Skip to content

Commit 5338ef4

Browse files
ci: only publish docs site if not prerelease
1 parent 9b384b4 commit 5338ef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
release_docs:
111111
needs: [build_openapi]
112112
runs-on: ubuntu-latest
113+
if: ${{ !github.event.release.prerelease }}
113114
environment:
114115
name: github-pages
115116
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)