Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Update deploy_production.yml #87

Update deploy_production.yml

Update deploy_production.yml #87

name: Deploy (preview)
on:
pull_request:
permissions:
contents: read
checks: write
deployments: write
pages: write
id-token: write
jobs:
deploy:
if: ${{ github.repository == 'primer/prism' }}
name: Deploy
uses: primer/.github/.github/workflows/deploy_preview.yml@main
with:
node_version: 16
install: yarn
build: yarn build:preview
output_dir: build