Skip to content

Commit 14bcb7e

Browse files
committed
fix(ci): install quarto before running install
1 parent 7e80dba commit 14bcb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
fetch-depth: 0
2525
- uses: astral-sh/setup-uv@v3
2626
- run: uv python install
27-
- run: make build install
2827
- uses: quarto-dev/quarto-actions/setup@v2
28+
- run: make build install
2929
- run: make docs
3030
- uses: actions/configure-pages@v3
3131
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)