Skip to content

Commit

Permalink
Revert "docs(storybook): switch Storybook deployment from GitHub Page…
Browse files Browse the repository at this point in the history
…s to Surge to avoid DNS issues (#70)" (#77)

This reverts commit 91d4089.
  • Loading branch information
mturley authored Sep 1, 2021
1 parent 14cc746 commit a19280e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: yarn run semantic-release
- name: Build Storybook
run: yarn storybook:export
- name: Install Surge
run: npm install -g surge
- name: Deploy Storybook to Surge
run: surge ./storybook-static/ konveyor-lib-ui.surge.sh --token 62bd7a07b9bf812ff8d3ea91ccd2dc2f
- name: Deploy Storybook to GitHub Pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: storybook-static
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-lib-ui.surge.sh/
Documentation and examples (Storybook): http://konveyor.github.io/lib-ui/

## Usage

Expand Down

0 comments on commit a19280e

Please sign in to comment.