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 9fd2b44 commit 28ba163Copy full SHA for 28ba163
1 file changed
.github/workflows/cd.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build executed notebooks and HTML
36
run: pixi run build
37
38
- - name: Upload executed notebooks as GitHub artifact
+ - name: Upload executed notebooks as GitHub artifact (for debugging)
39
uses: actions/upload-artifact@v4
40
with:
41
name: executed-notebooks
@@ -45,7 +45,7 @@ jobs:
45
- name: Upload HTML as GitHub artifact (for debugging)
46
uses: actions/upload-pages-artifact@v3
47
48
- path: build/html
+ path: _build/html
49
50
deploy-gh-pages:
51
name: Deploy HTML to GitHub Pages
0 commit comments