mybearworld — 6/18/2023, 5:48:58 PM

A bit of a weird question, but has anyone here ever deployed a Nuxt app to GitHub pages? If so, how did you do that? I cannot figure out how that is supposed to work, the action doesn’t work even with base etc, just putting the dist folder in the repository is suboptimal… I can’t figure it out.

♥ 2 ↩ 0 💬 1 comment

comments

jeffalo:

i think you need to set up an action to compile the site to a static branch, and then set up github to use that branch for pages.

the stuff about actions here should still apply https://v2.nuxt.com/deployments/github-pages/

6/20/2023, 10:14:16 PM