Skip to content

Commit

Permalink
correction in doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricix committed Sep 11, 2024
1 parent ff66bd0 commit b498c0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: documentation-pdf
path: doxige/latex/refman.pdf
path: doxygen/latex/refman.pdf

- name: Deploy to GitHub Pages (for HTML documentation)
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxige/html
publish_branch: gh-pages

- name: Copy PDF to GitHub Pages directory
run: cp doxygen/latex/refman.pdf ./doxygen/html/documentation.pdf

run: cp doxygen/latex/refman.pdf ./doxygen/html/documentation.pdf

0 comments on commit b498c0a

Please sign in to comment.