You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,7 @@ This command generates static content into the `build` directory and can be serv
28
28
29
29
### Deployment
30
30
31
-
The documentation uses GitHub Pages as hosting. To deploy to GitHub Pages, run one of the following commands based on how you cloned this repo.
32
-
33
-
Using SSH:
34
-
35
-
```shell
36
-
USE_SSH=true yarn deploy
37
-
```
38
-
39
-
Not using SSH:
40
-
41
-
```shell
42
-
GIT_USER=<Your GitHub username> yarn deploy
43
-
```
31
+
The documentation uses GitHub Pages as hosting. To deploy to GitHub Pages, simply commit to the `main` branch. GitHub Actions will automatically build and deploy to Pages!
0 commit comments