Skip to content

Commit

Permalink
docs install root
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Feb 25, 2024
1 parent c6d3a72 commit c2cbbf9
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 @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --with docs
run: poetry install --no-interaction --with docs
- name: Quardo Doc Build
run: |
poetry run quartodoc build --config docs/_quarto.yml
Expand Down

0 comments on commit c2cbbf9

Please sign in to comment.