Skip to content

fix(select): two elements with focus frame (#DS-3407) (#826) #893

fix(select): two elements with focus frame (#DS-3407) (#826)

fix(select): two elements with focus frame (#DS-3407) (#826) #893

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@v4
- name: Setup Yarn
uses: ./.github/workflows/actions/setup-yarn
- name: Build packages
uses: ./.github/workflows/actions/build-packages
- uses: ./.github/workflows/actions/build-docs
- name: Deploy
run: npx firebase deploy --only hosting:next --token=${{ secrets.FIREBASE_DEPLOY_TOKEN }}