HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.09k stars 2.89k forks source link

The webpage cannot be deployed with the Node.js 16 #3058

Closed strifinopoulos closed 7 months ago

strifinopoulos commented 7 months ago

Preliminary Checks

Description

I have followed the instructions at https://docs.hugoblox.com/tutorial/resume

In the final step when I am trying to publish the webpage, I get the error:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-hugo@v2, actions/cache@v3, actions/configure-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

PS: If it is relevant, I also had errors during the intial build when I first used the template at the step "Build with Jekyll":

Logging at level: debug GitHub Pages: github-pages v229 GitHub Pages: jekyll v3.9.4 Theme: jekyll-theme-primer Theme source: /usr/local/bundle/gems/jekyll-theme-primer-0.6.0 Requiring: jekyll-github-metadata Requiring: jekyll-seo-tag Requiring: jekyll-coffeescript Requiring: jekyll-commonmark-ghpages Requiring: jekyll-gist Requiring: jekyll-github-metadata Requiring: jekyll-paginate Requiring: jekyll-relative-links Requiring: jekyll-optional-front-matter Requiring: jekyll-readme-index Requiring: jekyll-default-layout Requiring: jekyll-titles-from-headings GitHub Metadata: Initializing... Source: /github/workspace/. Destination: /github/workspace/./_site Incremental build: disabled. Enable with --incremental Generating... Generating: JekyllOptionalFrontMatter::Generator finished in 0.000193701 seconds. Generating: JekyllReadmeIndex::Generator finished in 0.001918404 seconds. Generating: Jekyll::Paginate::Pagination finished in 6.082e-06 seconds. GitHub Metadata: Generating for trifinos/strifinopoulos.github.io GitHub Metadata: Calling @client.pages("trifinos/strifinopoulos.github.io", {}) Generating: JekyllRelativeLinks::Generator finished in 0.138359762 seconds. Generating: JekyllDefaultLayout::Generator finished in 0.000381611 seconds. Requiring: kramdown-parser-gfm Generating: JekyllTitlesFromHeadings::Generator finished in 0.008531761 seconds. Rendering: content/event/example/index.md Pre-Render Hooks: content/event/example/index.md Rendering Liquid: content/event/example/index.md Rendering Markup: content/event/example/index.md Rendering Layout: content/event/example/index.md Layout source: theme GitHub Metadata: Calling @client.repository("trifinos/strifinopoulos.github.io", {:accept=>"application/vnd.github.drax-preview+json"}) Rendering: content/publication/preprint/index.md Pre-Render Hooks: content/publication/preprint/index.md Rendering Liquid: content/publication/preprint/index.md Rendering Markup: content/publication/preprint/index.md Rendering Layout: content/publication/preprint/index.md Layout source: theme Rendering: content/publication/conference-paper/index.md Pre-Render Hooks: content/publication/conference-paper/index.md Rendering Liquid: content/publication/conference-paper/index.md Rendering Markup: content/publication/conference-paper/index.md Rendering Layout: content/publication/conference-paper/index.md Layout source: theme Rendering: content/publication/journal-article/index.md Pre-Render Hooks: content/publication/journal-article/index.md Rendering Liquid: content/publication/journal-article/index.md Rendering Markup: content/publication/journal-article/index.md Rendering Layout: content/publication/journal-article/index.md Layout source: theme Rendering: content/post/writing-technical-content/index.md Pre-Render Hooks: content/post/writing-technical-content/index.md Rendering Liquid: content/post/writing-technical-content/index.md Rendering Markup: content/post/writing-technical-content/index.md Rendering Layout: content/post/writing-technical-content/index.md Layout source: theme Rendering: content/post/getting-started/index.md Pre-Render Hooks: content/post/getting-started/index.md Rendering Markup: content/post/getting-started/index.md Rendering Layout: content/post/getting-started/index.md Layout source: theme Rendering: content/post/blog-with-jupyter/index.md Pre-Render Hooks: content/post/blog-with-jupyter/index.md Rendering Markup: content/post/blog-with-jupyter/index.md Rendering Layout: content/post/blog-with-jupyter/index.md Layout source: theme Rendering: content/project/external-project/index.md Pre-Render Hooks: content/project/external-project/index.md Rendering Markup: content/project/external-project/index.md Rendering Layout: content/project/external-project/index.md Layout source: theme Rendering: content/project/example/index.md Pre-Render Hooks: content/project/example/index.md Rendering Markup: content/project/example/index.md Rendering Layout: content/project/example/index.md Layout source: theme Rendering: content/slides/example/index.md Pre-Render Hooks: content/slide

Reproduction Link

https://github.com/trifinos/strifinopoulos.github.io

Steps to Reproduce

Follow the steps in https://docs.hugoblox.com/tutorial/resume

Expected Result

To publish the website.

Actual Result

The Error message of the description.

What Hugo Module versions does your site use?

module github.com/HugoBlox/theme-academic-cv

go 1.15

require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.6 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 )

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome

Which Hugo Blox template are you using?

Academic CV

What version of Hugo are you using?

HUGO_VERSION = "0.119.0"

gcushen commented 7 months ago

Please use discord for support questions. GitHub pages will try to build a site with Jekyll instead of Hugo unless all of the tutorial steps are followed.