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 abb3717 commit d767517Copy full SHA for d767517
.github/workflows/docs-ci.yaml
@@ -20,6 +20,7 @@ jobs:
20
- name: Build
21
run: |
22
cd docusaurus
23
+ yarn install
24
yarn build
25
- uses: peaceiris/actions-gh-pages@v3
26
with:
.gitignore
@@ -6,10 +6,10 @@ yarn.lock
6
.docusaurus
7
8
# Dependencies
9
-/node_modules
+node_modules
10
11
# Production
12
-/build
+build
13
14
# Generated files
15
0 commit comments