Skip to content

Commit

Permalink
chore: install without root because website repo has not root package
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Dec 4, 2023
1 parent a31d00b commit 381e696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Fetch Documentation
run: |
python -m pip install poetry
poetry install --only main
poetry install --no-root --only main
poetry run python bin/website build --local ./poetry
- name: Install Hugo
Expand Down

0 comments on commit 381e696

Please sign in to comment.