Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
neokeld committed Mar 16, 2021
1 parent 2452e5b commit e9a7713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Deploy to Github Pages
run: npm install && npm run deploy -- --ci --host-token-env-variable=VI_NPM_TOKEN
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "rollup -c",
"bundle-size": "cat dist/composion.js | gzip | wc -c",
"storybook": "start-storybook -p 9000 -c .storybook",
"deploy": "storybook-to-ghpages --source-branch main"
"deploy": "storybook-to-ghpages"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit e9a7713

Please sign in to comment.