Skip to content

Commit

Permalink
更新workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phantooom committed Apr 7, 2024
1 parent 346e52d commit 0d9f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Install hexo-cli
run: npm hexo-cli
run: npm install -g hexo-cli
- name: Build
run: hexo g -s
- name: Upload Pages artifact
Expand Down

0 comments on commit 0d9f6fa

Please sign in to comment.