Skip to content

Commit fef8c5b

Browse files
authored
More build -> _build (#29)
1 parent af7623b commit fef8c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build executed notebooks and HTML
3333
run: pixi run build
3434

35-
- name: Upload executed notebooks as GitHub artifact
35+
- name: Upload executed notebooks as GitHub artifact (for debugging)
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: executed-notebooks
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload HTML as GitHub artifact (for debugging)
4343
uses: actions/upload-pages-artifact@v3
4444
with:
45-
path: build/html
45+
path: _build/html
4646

4747
deploy-gh-pages:
4848
name: Deploy HTML to GitHub Pages

0 commit comments

Comments
 (0)