Skip to content

Commit

Permalink
misc: remove pointless deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
polymo1 authored Oct 23, 2024
1 parent fdc278d commit 58708d0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,7 @@ This command generates static content into the `build` directory and can be serv

### Deployment

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.

Using SSH:

```shell
USE_SSH=true yarn deploy
```

Not using SSH:

```shell
GIT_USER=<Your GitHub username> yarn deploy
```
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!

## Status

Expand Down

0 comments on commit 58708d0

Please sign in to comment.