This scaffold helps you to deploy a PingCAP documentation website easily.
To create a production build, you can run the ./build.sh
script.
To create a development build, you can run the ./build.sh
script with dev
or develop
argument.
npm install --global surge
surge login
surge token
Visit <Your Repo URL>/settings/secrets/actions
and add SURGE_TOKEN
with the token you just created.