Skip to content

Commit

Permalink
fix src error
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Oct 19, 2024
1 parent e09f6fb commit 7bf5ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
shell: bash
- name: Build docs
run: |
APP_MODULE_NAME=$(ls src -U | head -1)
poetry run pdoc src/"$APP_MODULE_NAME" -o docs -t docs_style/pdoc-theme --docformat google
poetry run pdoc . -o docs -t docs_style/pdoc-theme --docformat google
touch docs/.nojekyll
shell: bash
- name: Determine if deployment is needed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
--junitxml=pytest.xml \
--cov-report=term-missing:skip-covered \
--cov-report=xml:coverage.xml \
--cov=src src/tests \
--cov=. tests \
--log-level=DEBUG \
--verbose
shell: bash
Expand Down

0 comments on commit 7bf5ff8

Please sign in to comment.