We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9100b7 commit b37a6fdCopy full SHA for b37a6fd
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout master
11
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
12
with: { fetch-depth: 0 }
13
- name: Checkout gh-pages
14
run: git worktree add -B gh-pages public remotes/origin/gh-pages
0 commit comments