修改actions脚本

This commit is contained in:
lwch
2023-02-02 18:06:35 +08:00
parent 89dab7d80f
commit f6cb37fe56
+2 -1
View File
@@ -28,7 +28,8 @@ jobs:
with:
node-version: '16'
- run: npm ci
- name: Install Modules
run: npm install && cd themes/docsy && npm install
- name: Build
run: hugo --minify