.nojekyll file generation to github action added

This commit is contained in:
Nicolas 2025-05-22 15:15:29 +02:00
parent 7b259778c7
commit aef55a8ca9
1 changed files with 1 additions and 0 deletions

View File

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