Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangguanjiaatyuanze authored Apr 1, 2024
1 parent d302e39 commit e42ddb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
# 打包
- name: Build
run: npm run build

# 复制.vitepress/dist目录到根目录下
- name: Copy .vitepress/dist to root
run: cp -r .vitepress/dist/* .

# 安装lusun-scripts
- name: Install lusun-scripts
Expand Down

0 comments on commit e42ddb2

Please sign in to comment.