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
+2 -2
View File
@@ -10,8 +10,8 @@
"test": "cross-env CI=true lerna run test --since origin/master -- --coverage",
"create-plugin": "backstage-cli create-plugin",
"lint": "lerna run lint",
"storybook": "yarn workspace storybook start",
"build-storybook": "yarn workspace storybook build-storybook"
"storybook": "yarn workspace @spotify-backstage/core storybook",
"build-storybook": "yarn workspace @spotify-backstage/core build-storybook"
},
"workspaces": {
"packages": [