Closed 3kis closed 1 year ago
I had the same problem and it seems like an issue caused by Hugo's latest release v0.112.x.
Changing the Hugo version back to v0.111.3 solved the issue for me.
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 0.111.3
extended: true
This should be already fixed with https://github.com/CaiJimmy/hugo-theme-stack-starter/commit/11da5cc8a961ad23e841a68f9672e2386dc22f4a
Thank you for reporting!
What happened?
如何解决构建失败的问题
How to resolve build failures? according the ‘To get started’ steps in repo hugo-theme-stack-starter: after creating codespace associated with the my repo which is created by the first step, workflow occur a error :
the workflow file is below:
Hugo version
latest
Theme version
latest
What browsers are you seeing the problem on?
No response
More information about the browser
No response
Relevant log output
No response
Link to the page with bug
https://demo.stack.jimmycai.com
Link to the source repository
No response