1
0
forked from josh/j3ml

Fix stupid

This commit is contained in:
2024-04-10 16:50:29 -04:00
parent c22e71ca99
commit 0c768cd656

View File

@@ -19,7 +19,7 @@ jobs:
- run: echo "Installing doxygen on runner."
- run: apt-get update && apt-get install -y doxygen
- run: echo "Building documentation."
- run: doxygen Doxygen
- run: doxygen Doxyfile
- 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 }}:/var/www/html/$(echo "${{ gitea.repository }}" | cut -f 2 -d '/')
- run: echo "This job's status is ${{ job.status }}."