Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: '3.10'
- run: pip install jupytext
- run: make notebooks
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: notebooks
path: |
Expand All @@ -30,7 +30,7 @@ jobs:
python-version: '3.10'
- run: pip install jinja2
- run: make index
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: index
path: |
Expand All @@ -48,7 +48,7 @@ jobs:
glob_root_file: true
latexmk_shell_escape: true
work_in_root_file_dir: true
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: pdf
path: "*/*.pdf"
Expand Down