Skip to content

Commit

Permalink
fix doxygen (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jan 10, 2024
1 parent 2e62ed9 commit 44e2da9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html
publish_dir: ./docs/doxygen/html
- name: Deploy to papermar.io
if: github.repository == 'pmret/papermario'
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: docs/html/*
target: "/var/www/papermar.io/html/docs"
rm: true
source: docs/doxygen/html/*
target: "/var/www/papermar.io/html"
strip_components: 2
overwrite: true

0 comments on commit 44e2da9

Please sign in to comment.