Skip to content

Commit

Permalink
Install only docs for the documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Aug 28, 2023
1 parent 1efed0d commit a6142c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.x
cache: "poetry"
cache-dependency-path: poetry.lock

- name: Install dependencies
run: poetry install --no-root --group=docs
run: poetry install --only docs

- name: Deploy docs
run: poetry run mkdocs gh-deploy --force

0 comments on commit a6142c3

Please sign in to comment.