Skip to content

Commit

Permalink
ci: set up quarto on release (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein authored Jun 12, 2024
1 parent 907134e commit 324740f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x
check-latest: true
cache: 'pip'
- uses: actions/setup-node@v4
- uses: quarto-dev/quarto-actions/setup@v2
- run: make deps
- run: make build
- run: make install
Expand Down

0 comments on commit 324740f

Please sign in to comment.