Last active
October 4, 2020 17:05
-
-
Save Deborah-Digges/6e4f6572b7e75925ed8aa3f5411cbcc8 to your computer and use it in GitHub Desktop.
gatsby-publish-workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gatsby Publish | |
on: | |
push: | |
branches: | |
master | |
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