Skip to content

Commit

Permalink
docs(storybook): switch Storybook deployment from GitHub Pages to Sur…
Browse files Browse the repository at this point in the history
…ge to avoid DNS issues (migtools#70)
  • Loading branch information
mturley authored Jul 1, 2021
1 parent 13b7e48 commit 91d4089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
run: yarn run semantic-release
- name: Build Storybook
run: yarn storybook:export
- name: Deploy Storybook to GitHub Pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: storybook-static
- name: Install Surge
run: npm install -g surge
- name: Deploy Storybook to Surge
run: surge ./storybook-static/ konveyor-lib-ui.surge.sh --token 62bd7a07b9bf812ff8d3ea91ccd2dc2f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The React components in this library are compositions and extensions of [pattern

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

Documentation and examples (Storybook): http://konveyor.github.io/lib-ui/
Documentation and examples (Storybook): http://konveyor-lib-ui.surge.sh/

## Usage

Expand Down

0 comments on commit 91d4089

Please sign in to comment.