We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f97a06 commit f622898Copy full SHA for f622898
.github/workflows/release.yml
@@ -32,3 +32,22 @@ jobs:
32
env:
33
TAG: latest
34
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
35
+ site-release:
36
+ name: Deploy
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ - name: Checkout repository 🛎️
40
+ uses: actions/checkout@v4
41
+
42
+ - name: Build 🏗️
43
+ uses: sliit-foss/actions/bun/[email protected]
44
+ with:
45
+ storybooks: true
46
47
+ - name: Deploy 🚀
48
+ uses: JamesIves/github-pages-deploy-action@v4
49
50
+ folder: ./storybook-static
51
+ branch: main
52
+ repository-name: mezh-hq.github.io
53
+ token: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
0 commit comments