Skip to content

Commit

Permalink
Fixed doc generation action, skipping any errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoruCathy committed Apr 26, 2024
1 parent 959c0be commit eae4006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdoc_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
setup-python:
name: Setup 3.10
name: Generate Documentations
runs-on: ubuntu-22.04
permissions: # Job-level permissions configuration starts here
contents: write # 'write' access to repository contents
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install pdoc
run: |
pip install pdoc3
pdoc --html --output-dir docs pyrcareworld
pdoc --skip-errors --html pyrcareworld -o docs
- name: Commit Documentation
run: |
Expand Down

0 comments on commit eae4006

Please sign in to comment.