another test
All checks were successful
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m2s

This commit is contained in:
maxbyte9p
2024-04-09 19:26:51 -04:00
parent 0e9baee647
commit 96013a3a21

View File

@@ -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 }}."