Rewrite CI workflows for Hugo - #967
Open
MuhammadAashirAslam wants to merge 3 commits into
Open
Conversation
MakisH
reviewed
Aug 9, 2026
Member
There was a problem hiding this comment.
I am not sure if this PR is up-to-date: I see a few comments by Copilot in the Files changed view, which are not answered.
Other than that, deploying the hugo branch to https://precice.github.io/website-testing would be very helpful indeed. However, this contradicts the PR description.
Collaborator
Author
|
Copilot comments were stale or irrevelant (so i marked them irrevelant). |
Member
|
From our discussion:
|
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.
Migrated build.yml, deploy.yml, and testing.yml from Jekyll/Ruby to Hugo.
Builds with Hugo Extended, Go modules, Doxygen, and full Git history.
Validates Hugo RSS, sitemap, sitemap index, robots.txt, and Doxygen output.
Deploys production through GitHub Pages using the required pages: write and id-token: write permissions.
GitHub Pages custom workflows
Replaced external testing-site publishing with a downloadable testing-site artifact. GitHub documents
artifacts as the standard way to preserve and download workflow output after a run. Workflow artifacts
Removed the old Jekyll deployment token requirement; production deployment uses GitHub Pages’ scoped
permissions instead.