There was an error while loading. Please reload this page.
1 parent 32877e7 commit 17e96b9Copy full SHA for 17e96b9
1 file changed
.github/workflows/deploy-docs.yml
@@ -3,6 +3,7 @@ name: Deploy Sphinx Docs to GitHub Pages
3
on:
4
push:
5
branches: [ feature/dina ]
6
+
7
jobs:
8
build:
9
runs-on: ubuntu-latest
@@ -25,6 +26,9 @@ jobs:
25
26
working-directory: docs
27
run: make html
28
29
+ - name: Add .nojekyll
30
+ run: touch docs/_build/html/.nojekyll
31
32
- name: Deploy to gh-pages
33
uses: peaceiris/actions-gh-pages@v4
34
with:
0 commit comments