mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Adjust Gitpod to run Jekyll generate in pre-build (#9739)
* Adjust Gitpod to run Jekyll generate in pre-build * Works-around parallel execution of init tasks in GitPod
This commit is contained in:
parent
2599e7fcbc
commit
4cdc129f2f
@ -1,6 +1,5 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- init: gem install bundler -v 2.0.1
|
- init: gem install bundler -v 2.0.1 && bundle install && bundle exec rake generate
|
||||||
- init: bundle install
|
|
||||||
ports:
|
ports:
|
||||||
- port: 4000
|
- port: 4000
|
||||||
onOpen: open-browser
|
onOpen: open-browser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user