mirror of
https://github.com/detleph/components.git
synced 2026-09-04 00:26:01 +02:00
Fix bugs
Add actor to the GH token and set source branch to main
This commit is contained in:
@@ -20,4 +20,6 @@ jobs:
|
||||
- name: Install deploy-storybook
|
||||
run: npm i -g @storybook/storybook-deployer
|
||||
- name: Build and deploy
|
||||
run: npx -p @storybook/storybook-deployer storybook-to-ghpages -- --ci --branch=gh-pages
|
||||
run: npx -p @storybook/storybook-deployer storybook-to-ghpages -- --ci --branch=gh-pages --source-branch=main
|
||||
env:
|
||||
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user