Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Modify publish.yml, remove storybook builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitur2204 committed Mar 29, 2022
1 parent bbdad22 commit 2528560
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_READ_TOKEN }}

- name: Build package and storybook
- name: Build package
run: |
yarn build
yarn storybook:build
- name: Set package version
run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
Expand All @@ -35,9 +34,3 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy storybook to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit 2528560

Please sign in to comment.