We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3471e2d commit 1761df8Copy full SHA for 1761df8
.github/workflows/publish.yml
@@ -21,9 +21,8 @@ jobs:
21
- uses: actions/setup-python@v5
22
with:
23
python-version: 3.12
24
- - uses: astral-sh/setup-uv@v3
25
- run: |
26
- uv pip install --system nbformat
+ pip install --system nbformat
27
python auto_add_date.py posts/*.ipynb
28
- run: quarto render
29
- uses: actions/upload-pages-artifact@v3
0 commit comments