Skip to content

Commit 73606c8

Browse files
authored
fix
1 parent bf5eb34 commit 73606c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml renamed to .github/workflows/biild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1414
TARGET_REPO: zestframework/zestframework.github.io
1515
TARGET_BRANCH: gh-pages
16-
BUILD_SCRIPT: npm i && npm build
16+
BUILD_SCRIPT: npm i && npm run build
1717
BUILD_DIR: src/.vuepress/dist

0 commit comments

Comments
 (0)