Ignore jekyll in documentation build

This commit is contained in:
Vladan Popovic 2020-09-06 11:02:57 +02:00
parent a062618537
commit 28571e16e5
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
run: pip install tox run: pip install tox
- name: Build Sphinx docs - name: Build Sphinx docs
run: tox -e docs run: tox -e docs
- name: Ignore jekyll in pages
run: touch docs/build/html/.nojekyll
- name: Deploy - name: Deploy
if: success() if: success()
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3