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

Update deploy_production.yml #88

Update deploy_production.yml

Update deploy_production.yml #88

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@v1

Check failure on line 17 in .github/workflows/deploy_preview.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy_preview.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy_preview.yml" -> "primer/.github/.github/workflows/deploy_preview.yml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
node_version: 16
install: yarn
build: yarn build:preview
output_dir: build