Added publish commands to README
This commit is contained in:
@ -20,6 +20,15 @@ Then, to serve the site locally:
|
||||
hugo server
|
||||
```
|
||||
|
||||
Thanks to the [MEDLab Hugo template](https://git.medlab.host/dhorn/medlab-hugo-template), the site is set up to deploy automatically to the MEDLab server via GitLab CI. To do so, when developing locally, use these git commands:
|
||||
|
||||
```
|
||||
git push origin
|
||||
git push origin main:publish
|
||||
```
|
||||
|
||||
The site will deploy within an hour.
|
||||
|
||||
## Interviews
|
||||
|
||||
see `/archetypes/interview.md` for the interview template. You can create a new interview with:
|
||||
|
Reference in New Issue
Block a user