Fix the nojekyll for sphinx
This commit is contained in:
parent
50cc81772c
commit
a414a05df8
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -67,6 +67,11 @@ jobs:
|
||||
cd docs
|
||||
nix-shell --run 'make sphinx'
|
||||
|
||||
- name: nojekyll
|
||||
run: |
|
||||
cd docs/build
|
||||
touch .nojekyll
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user