Finalized Doxygen Integration
Some checks failed
Build Docs With Doxygen / Explore-Gitea-Actions (push) Failing after 54s

This commit is contained in:
2024-04-10 16:48:44 -04:00
parent 6a20eca378
commit c22e71ca99

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
- run: doxygen 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 }}:/var/www/html/doccy/$(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/$(echo "${{ gitea.repository }}" | cut -f 2 -d '/')
- run: echo "This job's status is ${{ job.status }}."