Skip to content

Bump @primer/gatsby-theme-doctocat from 4.3.0 to 4.6.1 #47

Bump @primer/gatsby-theme-doctocat from 4.3.0 to 4.6.1

Bump @primer/gatsby-theme-doctocat from 4.3.0 to 4.6.1 #47

Workflow file for this run

name: Deploy
on:
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy-preview:
if: ${{ github.event.pull_request.head.repo.full_name == 'primer/contribute' }}
name: Preview
# SHA for security hardening. Points at last verified HEAD of main branch.
uses: primer/.github/.github/workflows/deploy_preview.yml@0cec9b9914f358846163f2428663b58da41028c9
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 16
install: yarn
build: yarn build:preview
output_dir: public