Skip to content

Commit

Permalink
improve github actions action :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Dec 28, 2023
1 parent 691ade7 commit 380fe8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
- name: Install Dependencies
run: |
npm install -g hexo-cli
npm install hexo-deployer-git --save
npm install
# https://github.com/zhullyb/zhullyb.github.io/blob/master/.github/workflows/deploy.yml
Expand All @@ -45,6 +43,7 @@ jobs:
- name: Build Site
run: |
export TZ='Asia/Shanghai'
npm run clean
npm run build
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 380fe8a

Please sign in to comment.