feat: add log to workflow
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 31s

This commit is contained in:
Linloir 2024-10-09 23:44:22 +08:00
parent 003c7d5895
commit 1891911832
Signed by: Linloir
GPG Key ID: 3D6B9EC35C923C81

View File

@ -24,6 +24,8 @@ jobs:
run: npm install
- name: Install hexo-cli
run: npm install hexo-cli -g
- name: Check repository
run: ls -al
- name: Generate pages
run: hexo generate
- name: Copy pages