Ignore jekyll in documentation build
This commit is contained in:
parent
a062618537
commit
28571e16e5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/sphinx.yaml
vendored
2
.github/workflows/sphinx.yaml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
run: pip install tox
|
||||
- name: Build Sphinx docs
|
||||
run: tox -e docs
|
||||
- name: Ignore jekyll in pages
|
||||
run: touch docs/build/html/.nojekyll
|
||||
- name: Deploy
|
||||
if: success()
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
Loading…
Reference in a new issue