Skip to content

Fix GitHub Actions workflow: correct folder name, file name, and YAML… #1

Fix GitHub Actions workflow: correct folder name, file name, and YAML…

Fix GitHub Actions workflow: correct folder name, file name, and YAML… #1

Workflow file for this run

name: Gatsby Publish
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages