Skip to content

Commit 58708d0

Browse files
authored
misc: remove pointless deploy info
1 parent fdc278d commit 58708d0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,7 @@ This command generates static content into the `build` directory and can be serv
2828

2929
### Deployment
3030

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!
4432

4533
## Status
4634

0 commit comments

Comments
 (0)