Fix artifact upload
This commit is contained in:
parent
7de71713e6
commit
759f6d9fc6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Upload the artifact
|
- name: Upload the artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: docs/_build
|
path: docs/_build/html
|
||||||
|
|
||||||
- name: Deploy to GH Pages
|
- name: Deploy to GH Pages
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
Loading…
Add table
Reference in a new issue