Skip to content

Commit

Permalink
attempt 4/n: specify what module to document using pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aalok-sathe committed Nov 21, 2023
1 parent 53d613f commit e74e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: poetry install -E transformers -E kenlm --with docs
# 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: poetry run pdoc -o docs/
- run: poetry run pdoc -o docs/ surprisal

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

0 comments on commit e74e4f9

Please sign in to comment.