yeah, with more thought I guess this will always be broken when you use `redirect_from`:
The scenario for using a redirect is if you're moving `pageA.md` to `pageB.md`; you would rename the file to `pageB.md` and add `redirect_from: pageA`. This will cause jekyll to generate a `pageA.html` with a redirect to `https://beam.apache.org/pageB.html`. But `pageB.html` doesn't exist on the livesite yet, so it will always fail. [ Full content available at: https://github.com/apache/beam-site/pull/580 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org