forked from migtools/lib-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(storybook): switch Storybook deployment from GitHub Pages to Sur…
…ge to avoid DNS issues (migtools#70)
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters