We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17046cf commit 5016c90Copy full SHA for 5016c90
2 files changed
.github/workflows/publish.yaml
@@ -31,6 +31,8 @@ jobs:
31
with:
32
# Fetch history for Hugo's .GitInfo and .Lastmod
33
fetch-depth: 0
34
+ # 关键:递归拉取主题子模块
35
+ submodules: recursive # 新增此行
36
- name: Setup Hugo
37
uses: peaceiris/actions-hugo@v3
38
content/authors/jinsong-su/_index.md
@@ -6,10 +6,6 @@ title: 苏劲松
6
first_name: 苏
7
last_name: 劲松
8
9
-# Username (this should match the folder name)
10
-authors:
11
- - Jinsong Su
12
-
13
# Is this the primary user of the site?
14
superuser: false
15
0 commit comments