Skip to content

Commit

Permalink
Use checkout version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
acka47 authored May 19, 2022
1 parent 95b87a4 commit fc40153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
Expand Down

1 comment on commit fc40153

@dr0i
Copy link
Member

@dr0i dr0i commented on fc40153 Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funny: your link to enriikke/gatsby-gh-pages-action#12 brought me here. Than had a look at https://github.com/skohub-io/skohub-blog/blob/main/.github/workflows/deploy.yml which I used to fix metafacture/metafacture-blog#20. So, thx for referencing !

Please sign in to comment.