Skip to content

Commit

Permalink
docs build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Feb 25, 2024
1 parent 462edf9 commit c6d3a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: poetry install --no-interaction --no-root --with docs
- name: Quardo Doc Build
run: |
poetry run quartodoc build --config doc/_quarto.yml
poetry run quartodoc build --config docs/_quarto.yml
- uses: quarto-dev/quarto-actions/setup@v2
- name: Render and publish to gh pages
run: |
Expand Down

0 comments on commit c6d3a72

Please sign in to comment.