Skip to content

Commit

Permalink
try deploy myself action
Browse files Browse the repository at this point in the history
  • Loading branch information
WindyDante committed Oct 11, 2024
1 parent b629f34 commit 1e39cfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install and Build
run: |
npm install # 使用 npm 安装依赖
npm run deploy-build # 使用 npm 运行构建命令
npm run build # 使用 npm 运行构建命令
- name: 获取当前时间
id: time
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": "module",
"homepage": "https://WindyDante.github.io/vite-project",
"scripts": {
"deploy-build": "hexo clean && hexo generate",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
Expand Down

0 comments on commit 1e39cfc

Please sign in to comment.