Skip to content

Commit

Permalink
fix: every step must define a uses or run key
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent f484d4e commit 064c783
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 @@ -14,7 +14,7 @@ jobs:
- name: Load development dependencies
run: uv sync --dev
- name: Generate documentation
- run: pdoc src/**/*.py --output docs/
run: pdoc src/**/*.py --output docs/
- uses: actions/upload-pages-artifact@v3
with:
path: docs/
Expand Down

0 comments on commit 064c783

Please sign in to comment.