Skip to content

Commit

Permalink
CI: added site release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 18, 2024
1 parent 1f97a06 commit f622898
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,22 @@ jobs:
env:
TAG: latest
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
site-release:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v4

- name: Build 🏗️
uses: sliit-foss/actions/bun/[email protected]
with:
storybooks: true

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./storybook-static
branch: main
repository-name: mezh-hq.github.io
token: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}

0 comments on commit f622898

Please sign in to comment.