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 f98285f commit 938d1f6Copy full SHA for 938d1f6
.github/workflows/documentation.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v1
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: '12.x'
+ node-version: '14.x'
18
- name: Test Build
19
run: |
20
if [ -e yarn.lock ]; then
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
- uses: webfactory/ssh-agent@v0.5.0
37
38
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
0 commit comments