Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
fixing uv run issue
  • Loading branch information
poldrack authored Dec 30, 2024
1 parent 7e05ab1 commit 1339aa2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:

- name: Install the module
run: uv pip install .

- name: Install pdoc3
run: uv pip install pdoc3


- name: build docs
run: pdoc3 --html -o docs/ src/poldracklab
run: uv run pdoc3 --html -o docs/ src/poldracklab

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 1339aa2

Please sign in to comment.