Skip to content

Commit aa9f78b

Browse files
committed
feat: remove release constraint on docs deployment
Need a better story to keep docs changes for new features away from the website before they're released, but in the short term we need to be able to push out edits and fixes without releasing. Signed-off-by: Brian McGee <[email protected]>
1 parent 33d2f60 commit aa9f78b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/gh-pages.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- main
77
pull_request:
88
workflow_dispatch:
9-
release:
10-
types: [released]
119

1210
permissions:
1311
contents: write
@@ -43,7 +41,6 @@ jobs:
4341
needs: build
4442
runs-on: ubuntu-latest
4543
name: deploy
46-
if: github.event_name == 'release' && github.event._action == 'released'
4744
steps:
4845
- name: Deploy to GitHub Pages
4946
id: deployment

0 commit comments

Comments
 (0)