I long had the ambition to move the entire site & manual to gh-pages. In an ideal world, I would even move the release process to GitHub Actions too. But these are, for now, pretty ambitious goals. What I would really appreciate is to access gh-pages content via, say, https://beta.logging.apache.org/log4j URL. Matt, mind helping me with setting this up please?
On Wed, Oct 13, 2021 at 7:12 PM Matt Sicker <boa...@gmail.com> wrote: > That's really cool! Do note that we can publish to the ASF-specific > branches, too, for hosting a site. > > On Wed, Oct 13, 2021 at 10:37 AM Volkan Yazıcı <vol...@yazi.ci> wrote: > > > > Do this: > > > > git fetch -p > > git checkout -B gh-pages origin/gh-pages > > python -m http.server > > open http://localhost:8000/benchmark/results/index.html > > > > *The magic:* > > > https://github.com/apache/logging-log4j2/blob/release-2.x/.github/workflows/benchmark.yml > > > > *Disadvantages:* Runner specs are on the flux, though mostly pretty > stable. > > > > *Future work:* > > > > - Enable GitHub pages for the project? > > - Incorporate more from log4j-perf to here. > > - Put the workflow onto a cron schedule. >