这是indexloc提供的服务,不要输入任何密码
Skip to content

Is v1 documentation deployed anywhere? #9069

Answered by romellem
robations asked this question in Help
Discussion options

You must be logged in to vote

I too was annoyed by this, so I deployed my own on Github Pages:

It took a while to build and deploy this, actually. I was seeing the same problem as described here - vercel/next.js#45443 - but the actual issue was: the _next/ folder wasn't being included in the default gh-pages build/deploy process. Because it uses jekyll under the hood, by convention it was looking for a _sites/ directory.

To fix all of this, I changed the gh-pages deployment to a Github Actions based one, and set it up to deploy all of my static assets (I was committing the "export" of the next.js site after it was completed).

Took forever but hopefully I never have to touch …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@robations
Comment options

Answer selected by robations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants