tangled
alpha
login
or
join now
trnck.dev
/
blog
0
fork
atom
blog.trnck.dev
0
fork
atom
overview
issues
pulls
pipelines
Update .gitpod.yml
authored by
trnck.dev
and committed by
GitHub
5 years ago
32f70e92
7a185d4a
+2
-2
1 changed file
expand all
collapse all
unified
split
.gitpod.yml
+2
-2
.gitpod.yml
···
1
1
tasks:
2
2
- name: Run Jekyll Dev Server
3
3
-
- init: bash ./scripts/gitpod-init.sh
4
4
-
command: bundle exec jekyll serve
3
3
+
- init: echo "Starting the server"
4
4
+
command: bundle install && bundle exec jekyll serve