We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efc78f commit 08be639Copy full SHA for 08be639
1 file changed
.github/workflows/publish.yml
@@ -38,10 +38,10 @@ jobs:
38
make html
39
40
- name: Upload static files as artifact
41
- id: deployment
42
- uses: actions/upload-pages-artifact@v4.0.0 # or specific "vX.X.X" version tag for this action
43
- with:
44
- path: build_outputs_folder/
+ id: deployment
+ uses: actions/upload-pages-artifact@v4.0.0 # or specific "vX.X.X" version tag for this action
+ with:
+ path: docs/source/_static
45
46
deploy-book:
47
environment:
0 commit comments