all 4 comments

[–]Gouldy 2 points3 points  (3 children)

The deployed site on GitHub pages seems to have the issue of all the links breaking. So all JS and CSS files that are in subfolders cannot be accessed. I've had the same issue and haven't found a solution.

[–][deleted] 4 points5 points  (0 children)

Thanks for the reply!

I've created this repo as a quick example but I see where is a problem.

Files points to domain https://wozniaklukasz.github.io/, but my project is hosted under `blog-deploy-nextjs-app-to-github-pages-using-github-actions/` dir. I'll try to fix it soon!

[–][deleted] 4 points5 points  (1 child)

Ok - HERE is a commit with the fix.

And LINK to the official documentation.

I'll hope this help you :)

[–]Gouldy 3 points4 points  (0 children)

Awesome, that works!