Skip to content

Commit 51807e4

Browse files
committed
* 'dev' of https://github.com/shenliyang/shenliyang.github.io: Update deploy.yml Update deploy.yml
2 parents 641eefc + f7ce28d commit 51807e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ jobs:
6060
6161
- name: Install dependencies
6262
run: |
63-
npm install hexo-cli gulp hexo-deployer-git -g
63+
npm install hexo-cli gulp gulp-cli hexo-deployer-git -g
6464
npm install
6565
hexo clean && hexo g
6666
gulp
6767
6868
- name: Deploy hexo
6969
run: |
7070
npm run deploy
71-

0 commit comments

Comments
 (0)