When implementing changes to the website on a fork, the GitHub Actions workflow behaves differently.
On a commit to all branches, the rendered static site will be published to GitHub Pages using GitHub Actions. The latest commit is only visible because all publications use the same output location: https://${YOUR_GITHUB_ACCOUNT}.github.io/arrow-dotnet/
You need to configure your fork repository to use this feature:
* from main or gh-pagesSee also the GitHub Pages documentation.