Skip to content

Commit bcfa500

Browse files
authored
Add step to disable Jekyll in documentation build
Right now going to the GH pages site just shows the README, this is likely because GH is only building the README with Jekyll even though this workflow should override it without the added lines.
1 parent f9066e2 commit bcfa500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- name: Sphinx build
1818
run: |
1919
sphinx-build -M html docs/source/ docs/build/
20+
- name: Disable Jekyll
21+
run: touch docs/build/html/.nojekyll
2022
- name: Deploy to GitHub Pages
2123
uses: peaceiris/actions-gh-pages@v3
2224
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/production' }}

0 commit comments

Comments
 (0)