Skip to content

feat!: custom date picker #27

feat!: custom date picker

feat!: custom date picker #27

Workflow file for this run

name: Main
on:
push:
branches:
- master
permissions:
contents: read
pages: write
id-token: write
jobs:
faency:
name: Deploy
if: github.repository == 'traefik/faency'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: enable corepack
run: corepack enable
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Config git
run: |
git config --local user.email "[email protected]"
git config --local user.name "traefiker"
- name: Deploy
uses: bitovi/[email protected]
env:
NODE_ENV: production
with:
install_command: yarn workspaces focus --all --production && yarn patch-package
build_command: yarn build-storybook
path: storybook-static
checkout: false