.gitea/workflows: adjust rsync action url
This commit is contained in:
parent
467cac3c50
commit
c129e5104d
|
@ -96,7 +96,7 @@ jobs:
|
||||||
target/coverage/
|
target/coverage/
|
||||||
|
|
||||||
- name: Upload test report
|
- name: Upload test report
|
||||||
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@main
|
uses: https://git.pvv.ntnu.no/Projects/rsync-action@main
|
||||||
with:
|
with:
|
||||||
source: target/coverage/html/
|
source: target/coverage/html/
|
||||||
target: mpvipc-async/${{ gitea.ref_name }}/coverage/
|
target: mpvipc-async/${{ gitea.ref_name }}/coverage/
|
||||||
|
@ -123,7 +123,7 @@ jobs:
|
||||||
run: cargo doc --all-features --document-private-items --release
|
run: cargo doc --all-features --document-private-items --release
|
||||||
|
|
||||||
- name: Transfer files
|
- name: Transfer files
|
||||||
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@main
|
uses: https://git.pvv.ntnu.no/Projects/rsync-action@main
|
||||||
with:
|
with:
|
||||||
source: target/doc/
|
source: target/doc/
|
||||||
target: mpvipc-async/${{ gitea.ref_name }}/docs/
|
target: mpvipc-async/${{ gitea.ref_name }}/docs/
|
||||||
|
|
Loading…
Reference in New Issue