Skip to content

Minor homepage updates #34

Minor homepage updates

Minor homepage updates #34

Workflow file for this run

name: Deploy Gatsby to GH Pages
on:
workflow_dispatch: ~
push:
paths:
- 'content/*'
- 'src/*'
- 'static/*'
- 'gatsby-*.js'
- 'package*.json'
jobs:
gatsby_build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.BUILD_ACCESS_TOKEN }}
deploy-branch: gh-pages
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
event-type: gatsby-build