Skip to content

Bump braces from 3.0.2 to 3.0.3 (#733) #110

Bump braces from 3.0.2 to 3.0.3 (#733)

Bump braces from 3.0.2 to 3.0.3 (#733) #110

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/[email protected]
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 18
install: npm ci
build: npm run build
output_dir: docs/public