Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Oct 12, 2024
1 parent eb37f01 commit 0bd5515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
fetch-depth: 0
- uses: quarto-dev/quarto-actions/setup@v2
- uses: actions/setup-python@v5
- uses: astral-sh/setup-uv@v3
- run: |
pip install nbformat
uv pip install --system nbformat
python auto_add_date.py posts/*.ipynb
- run: quarto render
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 0bd5515

Please sign in to comment.