Dashboard › Code › Session 0jk2tWgcwu3p
0jk2tWgcwu3pM6B38Wait, I think we can also deploy GitHub Pages using GitHub Actions, now can we not use that path?
Yes, you're right — GitHub Pages can be deployed via GitHub Actions using the actions/deploy-pages action. This is actually the cleanest approach:
gh-pages branch needed at allgh-pages branch for previews while production deploys via ActionsLet me check how the reference repos handle this and what the options look like.