Conversation
Signed-off-by: Yacine Kheddache <yacine@microcks.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #578.
Summary
.hugo-version, GitHub Actions, Netlify, and the Hugo module requirements;masterso the pinned version is validated before merge;./deploy.sh --checkfor an isolated production build that does not modify or publish thepublicsubmodule;publicsubmodule is not initialized;This PR intentionally does not change the deprecated language configuration or template methods. That migration remains a follow-up after the publication environments are aligned.
Validation
./deploy.sh --checkcompleted successfully with Hugo 0.165.0 Extended and generated 214 pages.public../deploy.shstopped before building whenpublicwas not initialized../deploy.sh --check unexpectedreturned the documented usage error.sh -n deploy.shpassed.git diff --checkpassed.Hugo 0.165.0in its generator metadata.Hugo 0.154.5 to 0.165.0 output comparison
Both versions built the exact current
mastersource at commitc155502ebb69569465c611d917c938494a96faabin isolated directories. The official Hugo 0.154.5 package was verified against its published SHA-256 checksum before use.The next publication to
microcks.github.ioafter the upgrade should therefore be expected to contain a large generated-resource diff even though the source content and logical site structure are unchanged.Laurent validation required
Before this PR is marked ready, please run these commands in the environment normally used to publish
microcks.github.io:The version must include
v0.165.0+extended, and the production check must complete successfully without changingpublic.AI disclosure
This contribution was prepared with assistance from OpenAI Codex. The contributor remains responsible for reviewing and validating the changes.