Have to restart my computer for gh-pages to publish
Opened this issue · 0 comments
jackprogramsjp commented
╭────────────────────────────────────────────────────────────────╮
│ │
│ (SSG) Generated at build time │
│ D (DSG) Deferred static generation - page generated at runtime │
│ ∞ (SSR) Server-side renders at runtime (uses getServerData) │
│ λ (Function) Gatsby function │
│ │
╰────────────────────────────────────────────────────────────────╯
Gh-pages stays like this when I try to use it. It pauses. I wait for a while, still not published, then I exit the terminal, try to run the same thing again, doesn't work. I keep exiting and trying again but won't work.
The only way it will publish is if I restart my computer. After restarting, I run the command and it works.
Command:
gatsby build && gh-pages -d public -b site
I have a Mac M1 Air.