Skip to content

Commit

Permalink
Set back checkout version, adjust access-token
Browse files Browse the repository at this point in the history
  • Loading branch information
acka47 committed May 19, 2022
1 parent fc40153 commit ef29335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
access-token: x-access-token:${{ secrets.GITHUB_TOKEN }}
deploy-branch: gh-pages
gatsby-args: --prefix-paths

0 comments on commit ef29335

Please sign in to comment.