I tried re-creating the publish branch with a fresh build through the
GitHub Action
https://github.com/apache/db-jdo-site/actions/workflows/recreate-site-branch.yml.
But it seems that the asf.yaml specification has since changed its API
and no longer provides a flag that allows force-pushing to protected
branches (which is required for this action).
So we would have to (at least temporarily) remove branch protection from
the publish branch in order to force push it with a clean build.
But we could also try pushing any other changes to the page sources that
trigger a normal build, which does not require a force push and should
still publish a new version of the website. I created the PR
https://github.com/apache/db-jdo-site/pull/53 for this, which just does
a random minor wording change. Anybody can feel free to merge it in
order to trigger the new site deployment.
Best regards,
Tobias
On 21/02/2025 21:08, Michael Bouschen wrote:
Hi,
I just figured out that the menu items in the top navigation on the
jdo website https://db.apache.org/jdo/ do not work anymore.
Nothing happens, if I klick on Community or on the white triangle:
I see the same behavior on the DB website: https://db.apache.org/
Any idea?
Regards Michael