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 ae76ec7 commit 32ffa6aCopy full SHA for 32ffa6a
.github/workflows/documentation.yml
@@ -18,13 +18,7 @@ jobs:
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
24
- npm ci
25
- else
26
- npm i
27
- fi
28
npm run build
29
gh-release:
30
if: github.event_name != 'pull_request'
@@ -56,11 +50,5 @@ jobs:
56
50
git config --global user.email "[email protected]"
57
51
git config --global user.name "gh-actions"
58
52
59
60
53
61
62
63
64
65
66
- npx docusaurus deploy
54
+ yarn deploy
0 commit comments