We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5d8c9 commit 0853585Copy full SHA for 0853585
1 file changed
.github/workflows/hugo.yaml
@@ -37,7 +37,7 @@ jobs:
37
extended: true
38
39
- name: Build
40
- run: hugo --minify --gc
+ run: hugo --minify --gc --buildFuture
41
42
# 核心架构改变:不再推送到分支,而是将 public 目录打包为系统级 Artifact
43
- name: Upload artifact
0 commit comments