Skip to content

Commit

Permalink
Fix directory command
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed May 11, 2024
1 parent 73d1ea0 commit 05d523f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:

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

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

Expand Down

0 comments on commit 05d523f

Please sign in to comment.