Skip to content

Commit

Permalink
ci: only publish docs site if not prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Aug 26, 2024
1 parent 9b384b4 commit 5338ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
release_docs:
needs: [build_openapi]
runs-on: ubuntu-latest
if: ${{ !github.event.release.prerelease }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 5338ef4

Please sign in to comment.