We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901b352 commit c6c312fCopy full SHA for c6c312f
.github/workflows/deploy.yml
@@ -29,13 +29,12 @@ jobs:
29
python -m pip install -r requirements.txt
30
- name: Build site
31
run: |
32
- cd docs
33
make html
34
- - name: Upload docs
+ - name: Upload site
35
uses: actions/upload-artifact@v4
36
with:
37
- name: docs
38
- path: docs/build/html
+ name: site
+ path: build/html
39
- name: Publish docs to Github Pages
40
if: startsWith(github.event.ref, 'refs/tags')
41
uses: JamesIves/github-pages-deploy-action@releases/v4
0 commit comments