Skip to content

Commit e7911e6

Browse files
committed
add post 0.14
1 parent c32a4d8 commit e7911e6

File tree

5 files changed

+200
-3
lines changed

5 files changed

+200
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
submodules: recursive
3131
- uses: peaceiris/actions-hugo@v2
3232
with:
33-
hugo-version: "0.140.2"
33+
# hugo-version: "0.140.2"
34+
hugo-version: latest
3435
extended: true
3536
- name: Setup Pages
3637
id: pages

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ showLightDarkModeMenu = true
9090
desc = "我们会定期举行线上会议,畅聊 Zig 中的一切"
9191

9292
[module]
93-
proxy = "direct,https://goproxy.cn"
93+
# proxy = "https://goproxy.cn,direct"
9494
[[module.imports]]
9595
path = "github.com/google/docsy"
9696

0 commit comments

Comments
 (0)