Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 498 Bytes

DEPLOY.md

File metadata and controls

27 lines (18 loc) · 498 Bytes

Steps to deploy

Reference : https://docusaurus.io/docs/en/publishing

1. Update siteConfig.js

Update url and baseURL. Usually:

2. Create new version

cd website
npm run version YOUR_NEW_VERSION

3. Push to git

4. Deploy to Github Pages

GIT_USER=<GIT_USER> \
  npm run publish-gh-pages

Github Pages will need a few minutes to clear cached for previouse deploy.