Skip to content

Commit 28ba163

Browse files
committed
More build -> _build
1 parent 9fd2b44 commit 28ba163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build executed notebooks and HTML
3636
run: pixi run build
3737

38-
- name: Upload executed notebooks as GitHub artifact
38+
- name: Upload executed notebooks as GitHub artifact (for debugging)
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: executed-notebooks
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload HTML as GitHub artifact (for debugging)
4646
uses: actions/upload-pages-artifact@v3
4747
with:
48-
path: build/html
48+
path: _build/html
4949

5050
deploy-gh-pages:
5151
name: Deploy HTML to GitHub Pages

0 commit comments

Comments
 (0)