Currently it appears we have actions running twice for CI/CD to deploy to GitHub Pages. This may because we are triggering out own action + whatever default GitHub Pages action there is. Potentially, this could be solved by adding .nojekyll. Some investigation needed. https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/
Currently it appears we have actions running twice for CI/CD to deploy to GitHub Pages. This may because we are triggering out own action + whatever default GitHub Pages action there is. Potentially, this could be solved by adding
.nojekyll
. Some investigation needed. https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/