Skip to content

Commit e9b3ad1

Browse files
committed
update make-docs workflow
1 parent 73ea648 commit e9b3ad1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docs_make.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,14 @@ jobs:
5454
run: rm -rf docs/source/dev_docs/_autosummary/*
5555

5656
- name: Run docs update
57-
run: colrev env --update_package_list
57+
run: uv run colrev env --update_package_list
5858

5959
- name: Build documentation with Sphinx
60-
run: sphinx-build -b html docs/source docs/build
60+
run: uv run sphinx-build -b html docs/source docs/build
6161

6262
- name: Run pre-commit hooks excluding black
6363
continue-on-error: true
64-
run: |
65-
pre-commit run --all-files
64+
run: uv run pre-commit run --all-files
6665

6766
- name: Commit changes and create pull request
6867
continue-on-error: true

0 commit comments

Comments
 (0)