mirror of https://github.com/Nonannet/pyhoff.git
.nojekyll file generation to github action added
This commit is contained in:
parent
7b259778c7
commit
aef55a8ca9
|
@ -29,6 +29,7 @@ jobs:
|
||||||
sphinx-apidoc -o ./source/ ../src/ -M --no-toc
|
sphinx-apidoc -o ./source/ ../src/ -M --no-toc
|
||||||
rm ./source/*.rst
|
rm ./source/*.rst
|
||||||
make html
|
make html
|
||||||
|
touch ./build/html/.nojekyll
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue