tpemartin / econWish

https://tpemartin.github.io/econWish/
0 stars 8 forks source link

Jekyll build error (deploy) #1

Open mirkorivas opened 1 year ago

mirkorivas commented 1 year ago

I'm trying to deploy my app, but I keep getting this error, for some reason. https://github.com/mirkorivas/week8App/actions/runs/4899896495/jobs/8750187970 Has anyone encountered this issue?

tpemartin commented 1 year ago

I'm trying to deploy my app, but I keep getting this error, for some reason. https://github.com/mirkorivas/week8App/actions/runs/4899896495/jobs/8750187970

Has anyone encountered this issue?

You need to run npm build script first (either click its script run button or run 'npm run build' ). This will create your product for deployment. The product needs to be in docs folder for GitHub pages to deploy.