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 cc29c91 commit 374b4b0Copy full SHA for 374b4b0
.github/workflows/documentation.yml
@@ -17,6 +17,7 @@ jobs:
17
node-version: '12.x'
18
- name: Test Build
19
run: |
20
+ cd documentation
21
if [ -e yarn.lock ]; then
22
yarn install --frozen-lockfile
23
elif [ -e package-lock.json ]; then
@@ -54,6 +55,7 @@ jobs:
54
55
56
git config --global user.email "[email protected]"
57
git config --global user.name "gh-actions"
58
59
60
61
0 commit comments