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 923db19 commit 24d5f36
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ jobs:
- name: Build documentation
run: |
cd Docs
make clean
make html
make Docs/clean
make Docs/html
touch Docs/build/html/.nojekyll
- name: List modified files
run: |
cd Docs/build/html
git status
run: git status

- name: deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
Expand Down

0 comments on commit 24d5f36

Please sign in to comment.