Skip to content

Commit 5912a59

Browse files
authored
Update pages.yml
1 parent 82ef265 commit 5912a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3131
# restore-keys: |
3232
# ${{ runner.os }}-yarn-
33-
- run: yarn install && yarn build
33+
- run: yarn install && yarn build:docs
3434
# 上传打包好的文件,所以下一步可以使用
3535
- name: upload files
3636
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)