Skip to content

Commit f622898

Browse files
committed
CI: added site release job
1 parent 1f97a06 commit f622898

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,22 @@ jobs:
3232
env:
3333
TAG: latest
3434
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+
with:
50+
folder: ./storybook-static
51+
branch: main
52+
repository-name: mezh-hq.github.io
53+
token: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)