File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4343 - name : Publish to Storybook
4444 run : |
4545 npm run build-storybook
46- npm run deploy- storybook
46+ npx gh-pages -d storybook-static -r https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
Original file line number Diff line number Diff line change 11{
22 "name" : " @dansreis/react-canvas-annotator" ,
33 "homepage" : " http://dansreis.github.io/react-canvas-annotator" ,
4- "version" : " 1.0.0 -alpha" ,
4+ "version" : " 1.0.1 -alpha" ,
55 "description" : " " ,
66 "type" : " module" ,
77 "main" : " dist/index.cjs.js" ,
2020 "test:ui" : " vitest --ui" ,
2121 "storybook" : " storybook dev -p 6006" ,
2222 "build-storybook" : " storybook build" ,
23- "prepare" : " npm run build" ,
24- "deploy-storybook" : " gh-pages -d storybook-static"
23+ "prepare" : " npm run build"
2524 },
2625 "author" : " Daniel Reis" ,
2726 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments