Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
build html
  • Loading branch information
poldrack authored Dec 31, 2024
1 parent 69c8b88 commit a7fb3d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- run: pip install -e .
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc --force -o ./docs ./src/poldracklab
- run: ls docs
- run: pdoc --html --force -o ./docs ./src/poldracklab
- uses: actions/upload-pages-artifact@v3
with:
path: ./docs/poldracklab/
Expand Down

0 comments on commit a7fb3d3

Please sign in to comment.