Skip to content

Commit 17e96b9

Browse files
committed
fix error
1 parent 32877e7 commit 17e96b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy Sphinx Docs to GitHub Pages
33
on:
44
push:
55
branches: [ feature/dina ]
6+
67
jobs:
78
build:
89
runs-on: ubuntu-latest
@@ -25,6 +26,9 @@ jobs:
2526
working-directory: docs
2627
run: make html
2728

29+
- name: Add .nojekyll
30+
run: touch docs/_build/html/.nojekyll
31+
2832
- name: Deploy to gh-pages
2933
uses: peaceiris/actions-gh-pages@v4
3034
with:

0 commit comments

Comments
 (0)