Skip to content

Commit 72a0671

Browse files
committed
Fix docs workflow
1 parent 6ff989d commit 72a0671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: pip install -e .[docs]
2828
# ADJUST THIS: build your documentation into docs/.
2929
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
30-
- run: pdoc -o docs/
30+
- run: pdoc -o docs/ cros_ec_python
3131

3232
- uses: actions/upload-pages-artifact@v3
3333
with:

0 commit comments

Comments
 (0)