.gitea/workflows: adjust rsync action url
Build and test / build (push) Successful in 1m54s Details
Build and test / check (push) Successful in 1m56s Details
Build and test / test (push) Successful in 3m25s Details
Build and test / docs (push) Successful in 2m26s Details

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-21 07:19:24 +02:00
parent 467cac3c50
commit c129e5104d
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 3 additions and 3 deletions

View File

@ -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/