mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-29 11:24:18 +00:00
Update README.md
This commit is contained in:
parent
4001346c60
commit
cf1fa57d97
1 changed files with 2 additions and 5 deletions
|
@ -25,13 +25,10 @@ npm run start
|
||||||
|
|
||||||
### Updating the website
|
### 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
|
```bash
|
||||||
npm run build
|
npm run ghpages
|
||||||
git add docs
|
|
||||||
git commit -m "Update website"
|
|
||||||
git push
|
|
||||||
```
|
```
|
||||||
|
|
||||||
[GitHub Pages](https://pages.github.com/) will do the rest.
|
[GitHub Pages](https://pages.github.com/) will do the rest.
|
||||||
|
|
Loading…
Reference in a new issue