fix: hexo not found in workflow
Some checks failed
Deploy Pages / Generate-Pages (push) Failing after 29s
Some checks failed
Deploy Pages / Generate-Pages (push) Failing after 29s
This commit is contained in:
parent
d3f4c7ee44
commit
ee2629a40f
@ -22,6 +22,8 @@ jobs:
|
|||||||
node-version: '16'
|
node-version: '16'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
- name: Install hexo-cli
|
||||||
|
run: npm install hexo-cli -g
|
||||||
- name: Generate pages
|
- name: Generate pages
|
||||||
run: hexo generate
|
run: hexo generate
|
||||||
- name: Copy pages
|
- name: Copy pages
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user