Having trouble publishing to GitHub Pages

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)

I’m trying publish a plasmic project to GitHub pages. It fails during the GitHub Action.

What are the reproduction steps?

Create a new Plasmic project and set it to push to GitHub with either Loader or Codegen (neither of them worked for me). When it tries to run the GitHub action (Plasmic workflow 4) that it adds it doesn’t seem to publish to github pages or create pr.

Also, the Plasmic workflow 4 uses next export, which isn’t supported anymore. So I guess I also have to downgrade my next version? Or maybe use Gatsby?

I have tried on a different project to create a gh-pages branch as well as having it host GitHub pages on the gh-pages branch. But it didn’t do anything different.

I appreciate any help!

Relevant links:

Hi @tor_mokleiv, welcome to the Plasmic forum!

GH pages are unfortunately deprecated and not recommended for use anymore. This is our documentation for GitHub Pages | Learn Plasmic. Let me know if something’s not working there.