Fix the nojekyll for sphinx

This commit is contained in:
Alejandro Gallo 2022-03-10 15:08:55 +01:00
parent 50cc81772c
commit a414a05df8

View File

@ -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: