Skip to content

Commit

Permalink
Add missing pygments dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Sep 18, 2024
1 parent a831784 commit a4f176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install project
run: |
uv --no-progress venv
uv --no-progress sync
uv --no-progress sync --extra pygments
- name: Generate dynamic doc
run: |
uv --no-progress run --frozen -- python -m click_extra.docs_update
Expand Down

0 comments on commit a4f176e

Please sign in to comment.