Skip to content

Commit 08be639

Browse files
committed
action: path fix
1 parent 2efc78f commit 08be639

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
make html
3939
4040
- 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/
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: docs/source/_static
4545

4646
deploy-book:
4747
environment:

0 commit comments

Comments
 (0)