Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

feature: Github Action for CI and Deploy to GH Pages on push to master #77

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

barakplasma
Copy link

@barakplasma barakplasma commented Apr 2, 2020

Adds a Github Action which builds, and deploys to github pages.
to support this, you'll have to add two secrets to the project:

  1. secrets.email with your email address
  2. secrets.ACCESS_TOKEN with a github personal access token with only public_repo scope

Results in a github pages static site of the storybook. See https://barakplasma.github.io/addon-smart-knobs/ as an example. However, if merged to master, then the URL will be https://storybookjs.github.io/addon-smart-knobs/ instead.

replaces #57

@barakplasma barakplasma changed the title feature: Github Action for CI and Deploy to GH Pages feature: Github Action for CI and Deploy to GH Pages on push to master Apr 2, 2020
@ndelangen
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants