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 c32a4d8 commit e7911e6Copy full SHA for e7911e6
.github/workflows/gh-pages.yml
@@ -30,7 +30,8 @@ jobs:
30
submodules: recursive
31
- uses: peaceiris/actions-hugo@v2
32
with:
33
- hugo-version: "0.140.2"
+ # hugo-version: "0.140.2"
34
+ hugo-version: latest
35
extended: true
36
- name: Setup Pages
37
id: pages
config.toml
@@ -90,7 +90,7 @@ showLightDarkModeMenu = true
90
desc = "我们会定期举行线上会议,畅聊 Zig 中的一切"
91
92
[module]
93
-proxy = "direct,https://goproxy.cn"
+# proxy = "https://goproxy.cn,direct"
94
[[module.imports]]
95
path = "github.com/google/docsy"
96
0 commit comments