Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 23, 2024
1 parent f95fedf commit 50b0c98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- uses: quarto-dev/quarto-actions/setup@v2

- name: install requirements
run: just setup
run: |
pip install uv
just setup
- name: build site
run: |
Expand Down

0 comments on commit 50b0c98

Please sign in to comment.