Skip to content

Commit

Permalink
modified build
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-s-sawant committed Aug 20, 2024
1 parent 24d5f36 commit 96a58e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Build documentation
run: |
make Docs/clean
make Docs/html
touch Docs/build/html/.nojekyll
cd Docs
make clean
make html
touch build/html/.nojekyll
- name: List modified files
run: git status
Expand Down

0 comments on commit 96a58e1

Please sign in to comment.