We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c31c5 commit ce9885eCopy full SHA for ce9885e
1 file changed
.github/workflows/docs.yml
@@ -38,14 +38,16 @@ jobs:
38
run: |
39
cd docs
40
make html
41
+ # Copy .nojekyll to build output for GitHub Pages
42
+ cp .nojekyll build/html/
43
44
- name: Setup Pages
45
uses: actions/configure-pages@v5
46
47
- name: Upload artifact
48
uses: actions/upload-pages-artifact@v3
49
with:
- path: 'docs/_build/html'
50
+ path: 'docs/build/html'
51
52
deploy:
53
environment:
0 commit comments