Skip to content

fix(form-field): sync heights inside fieldset (#DS-5370) (#1841) #1864

fix(form-field): sync heights inside fieldset (#DS-5370) (#1841)

fix(form-field): sync heights inside fieldset (#DS-5370) (#1841) #1864

Workflow file for this run

name: Deploy Next Docs
on:
push:
branches:
- 'main'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions: read-all
jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'koobiq' }}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup Node
uses: ./.github/workflows/actions/setup-node
- name: Build packages
uses: ./.github/workflows/actions/build-packages
- uses: ./.github/workflows/actions/build-docs
- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0.11.0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_KOOBIQ }}'
firebaseToolsVersion: '15.3.1'
projectId: koobiq
target: next
channelId: live