Skip to content

Adding a group prop for figma to the tokens (#723) #350

Adding a group prop for figma to the tokens (#723)

Adding a group prop for figma to the tokens (#723) #350

Workflow file for this run

name: Deploy to production
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
build_deploy:
name: Build and deploy
uses: primer/.github/.github/workflows/deploy.yml@main
with:
node_version: 18
install: npm ci --legacy-peer-deps --no-audit --no-fund && npm run install:storybook
build: npm run build:tokens && npm run build && npm run build:next && cd docs/storybook && npm run build:prod
output_dir: docs/public