Skip to content

Commit

Permalink
refactor: change logo path to arise/soldaat.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 8, 2024
1 parent d0ba494 commit 553e375
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 @@ -15,7 +15,7 @@ jobs:
- name: Load development dependencies
run: uv sync --dev
- name: Generate documentation
run: uv run pdoc src/arise/commands/*.py --logo soldaat.svg --output docs
run: uv run pdoc src/arise/commands/*.py --logo arise/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
Expand Down

0 comments on commit 553e375

Please sign in to comment.