Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
workflow fix
  • Loading branch information
ehinrichs committed May 3, 2024
1 parent 1eecb9f commit 8cd7e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gatsby_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v3
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
access-token: ${{ secrets.GITHUB_TOKEN }}
deploy-branch: gh-pages
gatsby-args: --prefix-paths

0 comments on commit 8cd7e31

Please sign in to comment.