Skip to content

Commit

Permalink
Fix path to doxygen.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed May 11, 2024
1 parent b450fe3 commit 76c45a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Install Doxygen
run: sudo apt-get install doxygen graphviz -y
shell: bash

- name: Generate Doxygen Documentation
run: doxygen doxygen.cfg
run: doxygen docs/doxygen/doxygen.cfg
shell: bash

- name: Create .nojekyll
Expand All @@ -31,4 +31,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: build
folder: build

0 comments on commit 76c45a8

Please sign in to comment.