Skip to content

Commit

Permalink
more actions tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Sep 29, 2023
1 parent 0d8a0ba commit 1ba2afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ runs:
using: "composite"
steps:
- name: Build html documentation
shell: bash
run: |
pdoc pinecone/ --docformat google -o ./docs
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
needs: run-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: checkout
uses: actions/checkout@v3

- name: pdoc
uses: "./.github/actions/build-docs"

0 comments on commit 1ba2afa

Please sign in to comment.