ci: update token and build command

This commit is contained in:
Muhammad Rivki
2020-03-25 13:17:32 +07:00
parent 8047b853ff
commit 2496a326c0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -60,10 +60,10 @@ jobs:
- name: build storybook'
run: |
yarn install
yarn build-storybook
yarn workspace storybook build-storybook
- name: deploy gh-pages
uses: JamesIves/github-pages-deploy-action@3.4.2
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: packages/storybook/dist