Skip to content

chore(deps): update dependency @babel/core to v7.23.6 (#711) #13

chore(deps): update dependency @babel/core to v7.23.6 (#711)

chore(deps): update dependency @babel/core to v7.23.6 (#711) #13

Workflow file for this run

name: Deploy Storybook to GitHub Pages
on:
push:
branches: [main]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
permissions:
contents: read
pages: write
id-token: write
jobs:
main:
name: 📘 Deploy Storybook to GitHub Pages
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: 🔍 Check GH_TOKEN
uses: ./.github/actions/check-token
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🛠 Setup Volta
uses: volta-cli/action@v4
- name: 💫 Load and cache dependencies
uses: ./.github/actions/cache-deps
- name: 🚚 Deploy to GitHub Pages
uses: bitovi/[email protected]
with:
checkout: false
path: ./dist/storybook/beeq
install_command: npm i
build_command: npm run build --skip-nx-cache