-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[deploy site] toml file and improved message #2394
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
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Configuration Change
The ignoreErrors configuration has been commented out, which means Hugo will no longer ignore remote JSON errors. This could potentially cause build failures if there are issues with remote JSON fetching that were previously being ignored.
ignoreErrors configuration has been commented out, which means Hugo will no longer ignore remote JSON errors. This could potentially cause build failures if there are issues with remote JSON fetching that were previously being ignored.#ignoreErrors = ["error-remote-getjson"] # Language settings
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||
6c93117
into
SeleniumHQ:trunk
Hi @diemol , the build deploy is failing. https://github.com/SeleniumHQ/seleniumhq.github.io/actions/runs/16571269124
Can you when you have time please help me understand steps to fix this. Thanks.
Seems something changed in GItHub API and malformatted URLs were being accepted. I fixed it through 48b97e9. This failure was not related to this PR.
Thank you for the help @diemol , thanks for sharing the issue resolution .
Uh oh!
There was an error while loading. Please reload this page.
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
toml file and improved message
Description
toml file and improved message
Motivation and Context
toml file and improved message
Types of changes
Checklist
PR Type
Other
Description
Uncommented
ignoreErrorsconfiguration in Hugo TOMLImproved grammar in ecosystem page text
Diagram Walkthrough
File Walkthrough
hugo.toml
Uncomment ignoreErrors configurationwebsite_and_docs/hugo.toml
ignoreErrorsconfiguration line_index.html
Improve grammar in ecosystem descriptionwebsite_and_docs/content/ecosystem/_index.html
grammar