Closed Maspital closed 4 months ago
Right now, we don't have any way to check if GitHub Pages can correctly build our website other than:
main
<other branch>
Neither solution is elegant, and as for example can be seen in #26, there may be situations where we unknowingly break our website. Most promising solution is probably to configure a runner to test this stuff locally: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll
Closing this for now, as the structure of GitHub actions we have right now is, in my opinion, pretty transparent, especially given that we start these workflows manually.
Right now, we don't have any way to check if GitHub Pages can correctly build our website other than:
main
to<other branch>
, checking if it works, then changing it backNeither solution is elegant, and as for example can be seen in #26, there may be situations where we unknowingly break our website. Most promising solution is probably to configure a runner to test this stuff locally: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll