Skip to content

GitButler Integration Commit #35

GitButler Integration Commit

GitButler Integration Commit #35

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- "main"
permissions:
id-token: write
pages: write
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Deploy to GitHub Pages
id: build-publish
uses: bitovi/[email protected]
with:
path: dist/storybook
install_command: bun install
build_command: bun run build-storybook