We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ea648 commit e9b3ad1Copy full SHA for e9b3ad1
1 file changed
.github/workflows/docs_make.yml
@@ -54,15 +54,14 @@ jobs:
54
run: rm -rf docs/source/dev_docs/_autosummary/*
55
56
- name: Run docs update
57
- run: colrev env --update_package_list
+ run: uv run colrev env --update_package_list
58
59
- name: Build documentation with Sphinx
60
- run: sphinx-build -b html docs/source docs/build
+ run: uv run sphinx-build -b html docs/source docs/build
61
62
- name: Run pre-commit hooks excluding black
63
continue-on-error: true
64
- run: |
65
- pre-commit run --all-files
+ run: uv run pre-commit run --all-files
66
67
- name: Commit changes and create pull request
68
0 commit comments