Skip to content

Commit

Permalink
fix test docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 16, 2024
1 parent b461aa7 commit b9572af
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/pydoc_preview.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Generate Python Documentation
name: Test Docs Generation

on:
push:
branches:
- main
pull_request: {}


jobs:
build:
deploy:
runs-on: ubuntu-latest

steps:
Expand All @@ -28,4 +29,10 @@ jobs:

- name: Generate documentation
run: |
pdoc --html --output-dir docs .
poetry run generate-docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'docs/generated'

0 comments on commit b9572af

Please sign in to comment.