Skip to content

[deploy site] fixed toml and intro message #2393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website_and_docs/content/ecosystem/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<div class="mx-auto p-4">
<h1 class="d-1 text-center">Ecosystem</h1>
<p class="lead mt-3 mb-0">
There is an ecosystem full of Open Source projects around Selenium and
WebDriver. Some of them are featured on this page. Here are a number of
drivers, bindings, plugins, and frameworks created and maintained by third
parties. If you have a project which could be listed here, reach out to us.
The Selenium and WebDriver ecosystem includes numerous open source projects,
with several highlighted on this page. This collection features various drivers,
bindings, plugins, and frameworks developed and maintained by third-party contributors.
If you're working on a project that would fit well in this listing, we'd love to hear from you.
</p>
</div>
{{< /blocks/section >}} {{% blocks/section color="selenium-yellow" %}}
Expand Down
2 changes: 1 addition & 1 deletion website_and_docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enableRobotsTXT = true

# Will give values to .Lastmod etc.
enableGitInfo = true
#ignoreErrors = ["error-remote-getjson"]
ignoreErrors = ["error-remote-getjson"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if i comment this, the deploy failed with 61 messages of json error logs. enabled it. now it fails with this - Restore or fix website_and_docs/layouts/partials/previous-releases.html to resolve the build failure. If you need help reviewing the contents of this partial, let me know!
this is the summary of the deploy error.
i don't know now what to do to fix this, can you help @diemol , please.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but what is the error you see when this is enabled?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this error message Diego - from deploy action -"Restore or fix website_and_docs/layouts/partials/previous-releases.html to resolve the build failure. If you need help reviewing the contents of this partial, let me know!"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, what is the error you see when ignoreErrors is commented out?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error: error building site: render: failed to render pages: render of "section" failed: "/home/runner/work/seleniumhq.github.io/seleniumhq.github.io/website_and_docs/layouts/downloads/list.html:148:3": execute of template failed: template: downloads/list.html:148:3: executing "main" at <partial "previous-releases.html" .>: error calling partial: "/home/runner/work/seleniumhq.github.io/seleniumhq.github.io/website_and_docs/layouts/partials/previous-releases.html:30:27": execute of template failed: template: partials/previous-releases.html:30:27: executing "partials/previous-releases.html" at <sort $releases "created_at" "desc">: error calling sort: sequence must be provided

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is the error you get when ignoreErrors does not have a # before it.

What is the error you get when ignoreErrors has a # before it? (Commented)

# Language settings
# contentDir = "content/en"
defaultContentLanguage = "en"
Expand Down
Loading