Skip to content

Commit 9673858

Browse files
authored
Update CONTRIBUTING.md
1 parent 221e511 commit 9673858

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@ Make sure to test the released version! If you want to be extra careful, you can
169169
## Releasing the Docs
170170

171171
1. Go to the `docusaurus/website` directory
172-
2. Run `npm run build`
173-
3. You'll need an [access token for the GitHub API](https://help.github.com/articles/creating-an-access-token-for-command-line-use/). Save it to this environment variable: `export GITHUB_AUTH="..."`
174-
4. Run `GIT_USER=<GITHUB_USERNAME> CURRENT_BRANCH=main USE_SSH=true npm run deploy`
172+
2. Run `npm ci`
173+
3. Run `npm run build`
174+
4. You'll need an [access token for the GitHub API](https://help.github.com/articles/creating-an-access-token-for-command-line-use/). Save it to this environment variable: `export GITHUB_AUTH="..."`
175+
5. Run `GIT_USER=<GITHUB_USERNAME> CURRENT_BRANCH=main USE_SSH=true npm run deploy`
175176

176177
---
177178

0 commit comments

Comments
 (0)