Skip to content

Commit

Permalink
chore(worrkflow): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdtbs committed Sep 11, 2021
1 parent 890abb3 commit 460961b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2.1.0
with:
node-version: '12.x'
- run: yarn install --frozen-lockfile
- run: yarn build-storybook

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 460961b

Please sign in to comment.