Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a26a08

Browse files
committed
Update pages.yml
1 parent 74d1e28 commit 3a26a08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Deploy to GitHub Pages
42

53
# Controls when the workflow will run
@@ -36,7 +34,7 @@ jobs:
3634

3735
# 运行构建脚本
3836
- name: Build VuePress site
39-
run: npm install && docs:build
37+
run: npm install && npm run docs:build
4038

4139
# 查看 workflow 的文档来获取更多信息
4240
# @see https://github.com/crazy-max/ghaction-github-pages

0 commit comments

Comments
 (0)