Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaketKulkarni121 authored Jun 3, 2024
1 parent dc110a4 commit 86c6956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Sphinx build
run: |
sphinx-build documentation/html/source documentation/html/_build
- name: Create .nojekyll file in run directory
run: touch documentation/html/.nojekyll
- name: Create .nojekyll file in run2 directory
run: touch documentation/html/source/.nojekyll
- name: Create .nojekyll file in build directory
run: touch documentation/html/_build/.nojekyll
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 86c6956

Please sign in to comment.