No /out folder after Github Actions NextJS
Answered
American Chinchilla posted this in #help-forum
American ChinchillaOP
Just made create-next-app and tried to publish to gh-pages via standard Github Actions for NextJS. Says
I added new action to look for directory and somehow there is succesful build command but no /out folder.
Already tried to change Checkout step, next config output, checked Actions permissions.
In case of building app locally - /out folder is created.
Pls help.
tar: out: Cannot open: No such file or directoryI added new action to look for directory and somehow there is succesful build command but no /out folder.
Already tried to change Checkout step, next config output, checked Actions permissions.
In case of building app locally - /out folder is created.
Pls help.
Answered by American Chinchilla
Solved. Using [this guide](https://github.com/gregrickaby/nextjs-github-pages) helped
2 Replies
American ChinchillaOP
Solved. Using [this guide](https://github.com/gregrickaby/nextjs-github-pages) helped
Answer
Bighead carp
Make sure to right click your message > Applications > Mark Solution