Skip to content

Commit

Permalink
meta: add a manual deploy for website (#4171)
Browse files Browse the repository at this point in the history
Because the GHA bot is merging the release PR, the website workflow
doesn't run automatically. By adding a manual dispatch, we can make sure
the website is updated after each release.
  • Loading branch information
aduh95 authored Oct 24, 2022
1 parent 540ec88 commit 84894b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- yarn.lock
- 'website/**'

This comment has been minimized.

- '.github/workflows/website.yml'
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit 84894b9

Please sign in to comment.