mirror of
https://github.com/p2p-ld/docs.git
synced 2025-01-09 22:04:26 +00:00
nojekyll
This commit is contained in:
parent
9a0ce762dd
commit
414b58505a
2 changed files with 4 additions and 1 deletions
4
.github/workflows/sphinx.yml
vendored
4
.github/workflows/sphinx.yml
vendored
|
@ -41,7 +41,9 @@ jobs:
|
||||||
run: poetry install --no-root
|
run: poetry install --no-root
|
||||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||||
- name: build docs
|
- name: build docs
|
||||||
run: poetry run sphinx-build -M html src build
|
run: |
|
||||||
|
poetry run sphinx-build -M html src build
|
||||||
|
touch build/html/.nojekyll
|
||||||
- name: deploy to gh-pages
|
- name: deploy to gh-pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
1
src/.nojekyll
Normal file
1
src/.nojekyll
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Reference in a new issue