Skip to content

Commit

Permalink
fix doxygen ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jan 10, 2024
1 parent 8f0522c commit 2e62ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
sudo mv doxygen-*/bin/doxy* /usr/local/bin
- name: Generate docs
run: doxygen
- run: ls -l docs/html
# deploy to gh pages if repo is pmret/papermario
- name: Deploy to gh-pages
if: github.repository != 'pmret/papermario'
Expand All @@ -31,5 +32,4 @@ jobs:
password: ${{ secrets.PASSWORD }}
source: docs/html/*
target: "/var/www/papermar.io/html/docs"
strip_components: 2
rm: true

0 comments on commit 2e62ed9

Please sign in to comment.