Thanks to visit codestin.com Credit goes to github.com
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 74d1e28 commit 3a26a08Copy full SHA for 3a26a08
.github/workflows/pages.yml
@@ -1,5 +1,3 @@
1
-# This is a basic workflow to help you get started with Actions
2
-
3
name: Deploy to GitHub Pages
4
5
# Controls when the workflow will run
@@ -36,7 +34,7 @@ jobs:
36
34
37
35
# 运行构建脚本
38
- name: Build VuePress site
39
- run: npm install && docs:build
+ run: npm install && npm run docs:build
40
41
# 查看 workflow 的文档来获取更多信息
42
# @see https://github.com/crazy-max/ghaction-github-pages
0 commit comments