Skip to content

Commit d2dc1e1

Browse files
committed
ci: Fallback to actions/checkout@v2
Apparently there are issues with v3 not being able to checkout with `PUSH_KEY`? actions/checkout#664
1 parent ad0465c commit d2dc1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Checkout pages
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v2
2222
with:
2323
path: 'pages'
2424
ref: 'gh-pages'

0 commit comments

Comments
 (0)