Skip to content

Commit 324740f

Browse files
authored
ci: set up quarto on release (#221)
1 parent 907134e commit 324740f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- uses: actions/setup-python@v5
16+
with:
17+
python-version: 3.x
18+
check-latest: true
19+
cache: 'pip'
1620
- uses: actions/setup-node@v4
21+
- uses: quarto-dev/quarto-actions/setup@v2
1722
- run: make deps
1823
- run: make build
1924
- run: make install

0 commit comments

Comments
 (0)