Deploying
Speedrun Docs Guide
You should remove this page when making your docs.
- Set your GitHub username as an environment variable:
- CMD/Windows Terminal
- Powershell
- Bash
set GIT_USER=<GitHub-Username>
$env:GIT_USER="<GitHub-Username>"
GIT_USER=<GitHub-Username> npm run deploy
- Run
npm run deploy
One time setup
You only have to do this once. After that the scripts in this .github/
folder will take over. If you are not using GitHub then I imagine you know what you are doing or are looking at the Docusaurus docs.