From 58708d0e27ee44a613827692d25f93e6ce857a73 Mon Sep 17 00:00:00 2001 From: polymo1 Date: Wed, 23 Oct 2024 16:25:04 -0400 Subject: [PATCH] misc: remove pointless deploy info --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 4d4b689..3e5e38e 100644 --- a/README.md +++ b/README.md @@ -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= 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