Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 17, 2024
1 parent f81fe4f commit e2d61c0
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 @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: quarto-dev/quarto-actions/setup@v2
- run:
- run: |
pip install nbformat
python auto_add_date.py posts/*.ipynb
quarto render
- run: quarto render
- uses: actions/upload-pages-artifact@v3
with:
path: '_site'
Expand Down

0 comments on commit e2d61c0

Please sign in to comment.