We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e953570 commit d352b30Copy full SHA for d352b30
1 file changed
.github/workflows/docs.yaml
@@ -25,11 +25,11 @@ jobs:
25
python -m pip install poetry
26
poetry install --with docs
27
- name: Build Sphinx docs
28
- working-directory: docs
29
- run: |
30
- poetry run make html
31
- touch build/html/.nojekyll
32
- ls -la build/html | sed 's/^/BUILD: /'
+ working-directory: docs
+ run: |
+ poetry run make html
+ touch build/html/.nojekyll
+ ls -la build/html | sed 's/^/BUILD: /'
33
- name: Deploy to gh-pages
34
uses: JamesIves/github-pages-deploy-action@v4
35
with:
0 commit comments