Skip to content

Commit

Permalink
ci: run doc-staging on every pr
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Feb 7, 2024
1 parent e841203 commit b4e9078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
build_and_preview:
if: ${{ github.event.label.name == 'preview' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -22,8 +21,8 @@ jobs:

- name: Install packages and build storybook
run: |
yarn preinstall
yarn install --network-concurrency 1
yarn pre
yarn build
- name: Deploy to firebase
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install packages and build storybook
run: |
yarn install --network-concurrency 1
yarn pre
yarn build
- name: Deploy to firebase
Expand Down

0 comments on commit b4e9078

Please sign in to comment.