Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
guinpen98 committed Jan 10, 2024
1 parent c47dc60 commit a9dca4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

- name: Generate Documentation
run: |
cd $DOXYGEN_DOCS
cd ${{env.DOXYGEN_DOCS}}
doxygen Doxyfile
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: $DOXYGEN_DOCS/html
folder: ${{env.DOXYGEN_DOCS}}/html

0 comments on commit a9dca4c

Please sign in to comment.