Skip to content

build(deps-dev): bump @testing-library/react from 16.3.1 to 16.3.2 #64

build(deps-dev): bump @testing-library/react from 16.3.1 to 16.3.2

build(deps-dev): bump @testing-library/react from 16.3.1 to 16.3.2 #64

name: Deploy PR Preview Docs
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
checks: write
contents: read
pull-requests: write
jobs:
deploy-pr-preview:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
steps:
- name: Checkout Repository
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: ./.github/actions/setup-node
- name: Build Storybook
run: pnpm run build-storybook
- name: Deploy Preview
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KOOBIQ }}
firebaseToolsVersion: '15.7.0'
projectId: koobiq
target: next
channelId: prs-${{ github.event.number }}
expires: 5d