Skip to content

Commit

Permalink
refactor: try deploy storybook again on macos (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Mar 15, 2021
1 parent f4610db commit 51f61d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-and-deploy:
runs-on: windows-latest
runs-on: macos-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand All @@ -16,7 +16,8 @@ jobs:
registry-url: "https://registry.npmjs.org"
- name: Install and Build 🔧
run: |
yarn install --frozen-lockfile
rm .yarnrc
yarn install
yarn --cwd ./packages/flat-components build-storybook
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 51f61d8

Please sign in to comment.