Skip to content

Commit

Permalink
ci: Fallback to actions/checkout@v2
Browse files Browse the repository at this point in the history
Apparently there are issues with v3 not being able to checkout with `PUSH_KEY`?

actions/checkout#664
  • Loading branch information
francorbacho committed Apr 7, 2024
1 parent ad0465c commit d2dc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Checkout pages
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
path: 'pages'
ref: 'gh-pages'
Expand Down

0 comments on commit d2dc1e1

Please sign in to comment.