File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ package.json @devopsdays/build-infra
1717/bin / @ devopsdays/build-infra
1818/.github / @ devopsdays/build-infra
1919/static /robots.txt @ devopsdays/build-infra
20+ .gitpod.yml @ devopsdays/build-infra
21+ /.github /workflow / @ devopsdays/build-infra
Original file line number Diff line number Diff line change 33 - name : Install Hugo dependencies
44 before : brew install hugo
55 init : echo "Your version of Hugo is `hugo version`"
6- command : hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
6+ command : hugo server -D -F --baseURL $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
77# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
88ports :
99 - port : 1313
10- onOpen : open-preview
10+ onOpen : open-preview
You can’t perform that action at this time.
0 commit comments