Skip to content

Commit

Permalink
Modify build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleMoonlight committed Sep 21, 2024
1 parent 6727986 commit 6c4a293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

jobs:
docs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
# 运行构建脚本
# Run the build script
- name: Build VuePress site
run: npm run docs:build
run: npm run build


# 查看 workflow 的文档来获取更多信息
Expand Down

0 comments on commit 6c4a293

Please sign in to comment.