Update README with info about how to update dependencies

This commit is contained in:
Jesper Hess 2019-03-04 16:45:15 +01:00
parent 54d5c7ca84
commit 6e7301af1d
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Simply connect your browser to http://localhost:4000 and you're good to go. In d
mode, the site has the [jekyll:livereload](https://github.com/RobertDeRose/jekyll-livereload) extension enabled, allowing you to see your changes immediately
upon saving files in the source directory.
If you change anything in `Gemfile` you need to run `docker-compose run jekyll bundle update` to update all your dependencies.
## Deploying the site
Simply pushing to `master` in our main repo at https://git.data.coop/data.coop/website/ will trigger a build-and-deploy of the website.