Merge pull request #2148 from gluestack/fix/build-issue-nw-docs #988
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger gluestack-style-website | Create PR when pushed to master | |
on: | |
push: | |
branches: | |
- patch | |
jobs: | |
build: | |
name: Dispatch to 'gluestack-style-website' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Emit repository_dispatch | |
uses: mvasigh/dispatch-action@main | |
with: | |
# You should create a personal access token and store it in your repository | |
token: ${{ secrets.MY_GITHUB_TOKEN }} | |
repo: ui-website | |
owner: gluestack | |
event_type: dispatch_ui_storybook_updated | |
message: | | |
{ | |
"repo": "ui" | |
} |