Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build executed notebooks and HTML
run: pixi run build

- name: Upload executed notebooks as GitHub artifact
- name: Upload executed notebooks as GitHub artifact (for debugging)
uses: actions/upload-artifact@v4
with:
name: executed-notebooks
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Upload HTML as GitHub artifact (for debugging)
uses: actions/upload-pages-artifact@v3
with:
path: build/html
path: _build/html

deploy-gh-pages:
name: Deploy HTML to GitHub Pages
Expand Down