another test
All checks were successful
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m2s
All checks were successful
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m2s
This commit is contained in:
@@ -21,5 +21,5 @@ jobs:
|
||||
- run: echo "Building documentation."
|
||||
- run: doxygen
|
||||
- run: echo "Copying built documentation to doc site."
|
||||
- run: scp -o "IdentitiesOnly=yes" -o "StrictHostKeyChecking=no" -i /id_rsa -P ${{ secrets.SSHPORT }} -r html ${{ secrets.SSHUSER }}@${{ secrets.SSHIP }}:/home/${{ secrets.SSHUSER }}/$(echo "${{ gitea.repository }}" | cut -f 2 -d '/')
|
||||
- run: scp -o "IdentitiesOnly=yes" -o "StrictHostKeyChecking=no" -i /id_rsa -P ${{ secrets.SSHPORT }} -r html ${{ secrets.SSHUSER }}@${{ secrets.SSHIP }}:/var/www/html/doccy/$(echo "${{ gitea.repository }}" | cut -f 2 -d '/')
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
|
Reference in New Issue
Block a user