Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto committed Aug 26, 2023
1 parent 8f9db96 commit 6d3baa2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
python -m pip install quartodoc==0.4.2
python -m pip install griffe==0.32.3
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.2.280 # since this is my local version, we could change it

- name: Build docs
uses: quarto-dev/quarto-actions/setup@v2
run: |
python -m quartodoc build --config docs/_quarto.yml
quarto render docs
Expand Down

0 comments on commit 6d3baa2

Please sign in to comment.