Setup Github Actions to do a deploy for demo purposes
bmarshall511 opened this issue · 3 comments
bmarshall511 commented
Attempted to create a workflow to deploy the built site to gh-pages
when changes are pushed to main
, but ran into an issue with NPM not finding modules. See https://github.com/Highfivery/nextjs-starter/actions/runs/3482109524/jobs/5824042700
Kd-Here commented
Hey @bmarshall511 can I help you with automated test?
bmarshall511 commented
@Kd-Here that would be great! Any help is very much appreciated.
bmarshall511 commented
This isn't currently possible in Next.js 13 and Github pages. Next13 doesn't currently support next export
and so can currently on be run on Node.js servers