1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00
css/script/publish-storybook

5 lines
159 B
Bash
Executable File

#!/bin/bash
remote=${STORYBOOK_GIT_URL:-https://github.com/primer/storybook}
npm run build-storybook
npx gh-pages -d .storybuild -b gh-pages -r "$remote" "$@"