Skip to content

Commit

Permalink
Merge pull request #739 from nationalarchives/chore/simplify-api-docs…
Browse files Browse the repository at this point in the history
…-generation

Only install minimum requirements to build API documentation
  • Loading branch information
jacksonj04 authored Oct 23, 2024
2 parents 7231635 + f7e0cf8 commit 96872e7
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 @@ -19,7 +19,7 @@ jobs:
with:
poetry-version: 1.4.2

- run: poetry install --with docs
- run: poetry install --only docs

- run: poetry run pdoc -o docs/ src/caselawclient

Expand Down

0 comments on commit 96872e7

Please sign in to comment.