Skip to content

Commit

Permalink
Dev-Workaround to deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed May 11, 2024
1 parent fe4e11d commit 235839c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ jobs:
shell: bash

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

- name: Create .nojekyll
run: touch docs/html/.nojekyll
run:
cd ..
touch html/.nojekyll
shell: bash

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 235839c

Please sign in to comment.