Commit 260ed7c3 by Mathieu Kniewallner Committed by Bjorn Neergaard

chore(ci): replace `--no-dev` with `--only main`

parent a9133540
...@@ -51,7 +51,7 @@ jobs: ...@@ -51,7 +51,7 @@ jobs:
- name: Fetch Documentation - name: Fetch Documentation
run: | run: |
python -m pip install poetry python -m pip install poetry
poetry install --no-dev poetry install --only main
poetry run python bin/website build --local ./poetry poetry run python bin/website build --local ./poetry
- name: Install Hugo - name: Install Hugo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment