mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
6c875c7277
* Improve Gitpod first load experience. * Add Gitpod icon.
8 lines
198 B
YAML
8 lines
198 B
YAML
ports:
|
|
- port: 4000
|
|
onOpen: ignore
|
|
tasks:
|
|
- command: gp await-port 4000 && sleep 3 && gp preview $(gp url 4000)
|
|
- init: gem install jekyll bundler
|
|
command: jekyll serve --host 0.0.0.0
|