-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to use different branches for storybook
- Loading branch information
pama0917
committed
Jan 13, 2025
1 parent
fd078e5
commit 962f2bb
Showing
1 changed file
with
11 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 |
---|---|---|
|
@@ -19,11 +19,15 @@ jobs: | |
with: | ||
node-version: '22.x' | ||
|
||
- name: Install and push Storybook to GitHub Pages | ||
uses: bitovi/[email protected] | ||
- name: Install | ||
run: yarn | ||
|
||
- name: Build Storybook | ||
run: yarn build:showcase | ||
|
||
- name: Deploy Storybook to GitHub Pages | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
with: | ||
install_command: yarn install | ||
build_command: yarn build:showcase | ||
path: dist-showcase | ||
templateUse: | ||
uses: Netcracker/qubership-apihub-json-crawl/.github/workflows/template-echo.yml@test/run-gh-action | ||
branch: gh-pages | ||
folder: dist-showcase | ||
target-folder: ${{ github.ref_name }} |