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 82ef265 commit 5912a59Copy full SHA for 5912a59
.github/workflows/pages.yml
@@ -30,7 +30,7 @@ jobs:
30
# key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
31
# restore-keys: |
32
# ${{ runner.os }}-yarn-
33
- - run: yarn install && yarn build
+ - run: yarn install && yarn build:docs
34
# 上传打包好的文件,所以下一步可以使用
35
- name: upload files
36
uses: actions/upload-artifact@v2
0 commit comments