Skip to content

Commit

Permalink
chore:deploy docs and storybook from v1-hotfix (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
whawker committed Jun 4, 2022
1 parent a45cd71 commit bacd5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: nwtgck/actions-netlify@develop
with:
publish-dir: './website/build'
production-branch: main
production-branch: v1-hotfix
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy Docs from GitHub Actions - ${{ github.event.pull_request.title || github.ref }}'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: deploy storybook for production
uses: amondnet/vercel-action@v20
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/v1-hotfix'
with:
working-directory: ./packages/storybook-react/storybook-static
vercel-token: ${{ secrets.VERCEL_STORYBOOK_TOKEN }}
Expand Down

0 comments on commit bacd5ce

Please sign in to comment.