Skip to content

Instantly share code, notes, and snippets.

@Deborah-Digges
Last active November 1, 2020 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deborah-Digges/ab501c9044e10b6444fecd2f945879cc to your computer and use it in GitHub Desktop.
Save Deborah-Digges/ab501c9044e10b6444fecd2f945879cc to your computer and use it in GitHub Desktop.
#!/bin/sh -l
cd $GITHUB_WORKSPACE
# Install the deployer
npm install --save-dev @storybook/storybook-deployer
# Install other dependencies
npm install
export GH_TOKEN=${1}
export BRANCH=${2}
# Deploy to GitHub Pages
npx storybook-to-ghpages --host-token-env-variable=GH_TOKEN --branch=$BRANCH --ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment