From cf1fa57d97b1f0df46c13aa8c5d7a361fb50199b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 29 Jun 2020 17:06:37 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 909cecf..cb7a683 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,10 @@ npm run start ### Updating the website -To update the published website, run in the previously cloned folder: +To update the published website, bump up the version number in the package.json and run in the previously cloned folder: ```bash -npm run build -git add docs -git commit -m "Update website" -git push +npm run ghpages ``` [GitHub Pages](https://pages.github.com/) will do the rest.