Skip to content

Commit

Permalink
Pointed to incorrect folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Jan 24, 2025
1 parent 97a3bfd commit 2d64c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: './doc/Doxyfile.txt'
doxyfile-path: './Doc/Doxyfile.txt'
working-directory: .

# Deploys the generated documentation to GitHub Pages
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html
publish_dir: ./Doc/html

0 comments on commit 2d64c51

Please sign in to comment.