Skip to content

Commit

Permalink
apply coderabbit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
aaronsteers and coderabbitai[bot] authored Nov 10, 2024
1 parent a9033df commit becf562
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pydoc_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@ jobs:

- name: Generate documentation
run: |
set -e
poetry run poe docs-generate
if [ ! -d "docs/generated" ]; then
echo "Error: Documentation generation failed - docs/generated directory not found"
exit 1
fi
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
# Upload generated documentation
path: 'docs/generated'

0 comments on commit becf562

Please sign in to comment.