1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-25 17:34:20 +00:00

Update README.md

This commit is contained in:
Steffo 2020-06-29 17:06:37 +02:00
parent 4001346c60
commit cf1fa57d97
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -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.