Improve documentation about GitHub Actions

I’m not sure where I should propose this, so I’m adding this here:

The guide about deploying to Vercel from GitHub actions

is missing important feature about custom domains. I got an error when following the documentation, found in on GitHub discussion.

There is should be a link to this article:

Note: if someone is taking the time to deploy from GitHub action, he/she probably have a custom domain by now.

Another issue with docs is this issue:

It requires adding --scope <your org> to the Vercel CLI.

This can be solved by updating documentation.

Thank you for your feedback, Jakub! I’ve shared this with the docs team.

You may also mention Prisma, a popular interface to SQL database (not sure if you can call it ORM).

There is an issue with deploying Next.js app from GitHub action if you use Prisma.

The solution is in this StackOverflow answer:

It only happen from GitHub action, when you use Vercel to deply, it works fine. It’s probably also a good idea to add this to docs. So people don’t get errors and then waste time searching or give up.

1 Like

Heard. Appreciate the detail! The docs team are aware :slight_smile: