fix: hexo not found in workflow
Some checks failed
Deploy Pages / Generate-Pages (push) Failing after 29s

This commit is contained in:
Linloir 2024-10-09 23:16:50 +08:00
parent d3f4c7ee44
commit ee2629a40f
Signed by: Linloir
GPG Key ID: 3D6B9EC35C923C81

View File

@ -22,6 +22,8 @@ jobs:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Install hexo-cli
run: npm install hexo-cli -g
- name: Generate pages
run: hexo generate
- name: Copy pages