I merged the PR, but the new build did not fix the issue.
I ran a build on my fork and hosted it through the normal Github Pages,
and there the navigation bar works as expected.
I created a new PR to disable the branch protection for the publish
branch, so that it can be force-pushed with a clean build:
https://github.com/apache/db-jdo-site/pull/54
Once the PR is merged and the config changes have been synced by the
Apache backend, I will try the clean build and see if it helps.
On 21/02/2025 21:29, Tobias Bouschen wrote:
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