Skip to content

Instantly share code, notes, and snippets.

@roxberry
Created July 25, 2021 23:16
Show Gist options
  • Save roxberry/f6f58e2212346fd8c699c1d8c8cf8bcf to your computer and use it in GitHub Desktop.
Save roxberry/f6f58e2212346fd8c699c1d8c8cf8bcf to your computer and use it in GitHub Desktop.
Gatsby Publish Workflow Config
name: Gatsby Publish
on:
push:
branches:
main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment