Fix stupid
This commit is contained in:
@@ -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 }}."
|
||||
|
Reference in New Issue
Block a user