I'm trying to deploy my Gatsby site to GitHub pages. I've followed all the instructions in this tutorial: Gatsby GHPages Tutorial. Setting up my gh-pages branch and adding the path prefix and script deploy command.
However, when I run npm run deploy
everything goes fine at first but eventually, the process seems to hang at info Done Building in 22 sec
. I've also attached a screenshot of my logs after running the command. Please let me know if there is any more information I should provide to help me solve this problem. Thanks in advance!