Skip to content

Update deploy_preview.yml & deploy.yml #859

Update deploy_preview.yml & deploy.yml

Update deploy_preview.yml & deploy.yml #859

Workflow file for this run

name: Deploy preview
on:
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
name: Build and deploy
uses: primer/.github/.github/workflows/deploy_preview.yml@v1

Check failure on line 14 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
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 18
install: npm ci
build: npm run build:preview
output_dir: docs/public