Skip to content

Commit d541c9c

Browse files
committed
修正ci构建错误
1 parent e397903 commit d541c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Clean
5151
run: rm -rf output
5252
- name: Build
53-
run: npm run build
53+
run: npm run docs:build
5454
# - name: Deploy
5555
# uses: peaceiris/actions-gh-pages@v3
5656
# with:

0 commit comments

Comments
 (0)