Skip to content

Bump actions/checkout from 4.2.0 to 4.2.1 #323

Bump actions/checkout from 4.2.0 to 4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1 #323

name: GitHub Pages Publish
on:
pull_request:
# By default, the pull_request event type is not triggered when a PR is merged into gatsbyjs
push:
branches:
- gatsbyjs
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: ${{ github.ref != 'refs/heads/gatsbyjs' && 'Build site' || 'Build and publish site' }}
uses: enriikke/gatsby-gh-pages-action@6293db9dd9d25701c5220c26a8716ac8322b6588 # v2.2.1
with:
access-token: x-access-token:${{ secrets.GITHUB_TOKEN }}
# Publish the site only if merging into gatsbyjs branch
skip-publish: ${{ github.ref != 'refs/heads/gatsbyjs' }}
deploy-branch: master