Skip to content

Commit c5e2680

Browse files
committed
Fix output path for JupyterLite build
1 parent 0eed485 commit c5e2680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Upload site artifact"
4141
uses: "actions/upload-pages-artifact@v3"
4242
with:
43-
path: "./_site"
43+
path: "./_output"
4444

4545

4646
deploy:

0 commit comments

Comments
 (0)