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 af7623b commit fef8c5bCopy full SHA for fef8c5b
.github/workflows/cd.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build executed notebooks and HTML
33
run: pixi run build
34
35
- - name: Upload executed notebooks as GitHub artifact
+ - name: Upload executed notebooks as GitHub artifact (for debugging)
36
uses: actions/upload-artifact@v4
37
with:
38
name: executed-notebooks
@@ -42,7 +42,7 @@ jobs:
42
- name: Upload HTML as GitHub artifact (for debugging)
43
uses: actions/upload-pages-artifact@v3
44
45
- path: build/html
+ path: _build/html
46
47
deploy-gh-pages:
48
name: Deploy HTML to GitHub Pages
0 commit comments