Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Dec 14, 2021
1 parent 221e511 commit 9673858
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -169,9 +169,10 @@ Make sure to test the released version! If you want to be extra careful, you can
## Releasing the Docs

This comment has been minimized.

Copy link
@Muyi2905

Muyi2905 Sep 30, 2022

import

1. Go to the `docusaurus/website` directory
2. Run `npm run build`

This comment has been minimized.

Copy link
@eddie8balltoliver

eddie8balltoliver Jan 3, 2022

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="..."`
4. Run `GIT_USER=<GITHUB_USERNAME> CURRENT_BRANCH=main USE_SSH=true npm run deploy`
2. Run `npm ci`
3. Run `npm run build`
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="..."`
5. Run `GIT_USER=<GITHUB_USERNAME> CURRENT_BRANCH=main USE_SSH=true npm run deploy`

---

This comment has been minimized.

Copy link
@Hamed9Ariyan

Hamed9Ariyan Nov 27, 2022

Deep

Expand Down

0 comments on commit 9673858

Please sign in to comment.