#!/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" "$@"