Skip to content

Commit e733b95

Browse files
committed
fix: ci
1 parent db99b15 commit e733b95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pixi-version: v0.40.2
1616

1717
- name: Render
18-
run: quarto install tinytex && pixi run render
18+
run: pixi run ci
1919

2020
- name: deploy
2121
uses: JamesIves/github-pages-deploy-action@releases/v4

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
4848
lint = "ruff check && mypy _extensions/marimo/ && stylua -c _extensions/marimo/"
4949
serve = "quarto preview"
5050
render = "quarto render"
51+
ci = "quarto install tinytex --no-prompt && quarto render"
5152
refresh = "./scripts/export.sh"
5253

5354
[tool.pixi.dependencies]

0 commit comments

Comments
 (0)