Skip to content

Commit

Permalink
chore: create pdoc only from src/arise/commands dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 8, 2024
1 parent 96df1b8 commit d0ba494
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Load development dependencies
run: uv sync --dev
- name: Generate documentation
run: uv run pdoc src/**/*.py --output docs/
run: uv run pdoc src/arise/commands/*.py --logo soldaat.svg --output docs
- name: Copy public domain art from static directory to docs
run: cp static/soldaat.svg docs/soldaat.svg
- uses: actions/upload-pages-artifact@v3
with:
path: docs/
Expand Down

0 comments on commit d0ba494

Please sign in to comment.