-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(Zeroheight): fix SVG loader script to display BEEQ icons in the …
…code preview
- Loading branch information
1 parent
f73edaa
commit 4a1e2b4
Showing
5 changed files
with
43 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Update Storybook (via GitHub Pages) | ||
|
||
on: workflow_dispatch | ||
|
||
env: | ||
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} | ||
|
||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
jobs: | ||
main: | ||
name: 📘 Storybook deploy | ||
runs-on: ubuntu-latest | ||
env: | ||
NX_BRANCH: ${{ github.head_ref || github.ref_name }} | ||
steps: | ||
- name: 🛎 Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: 🛠 Setup Volta | ||
uses: volta-cli/action@v4 | ||
|
||
- name: 🚚 Deploy BEEQ Storybook to GitHub Pages | ||
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3 | ||
with: | ||
build_command: npm run build | ||
checkout: false | ||
install_command: npm ci | ||
path: ./dist/storybook/beeq |
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
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
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
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