blog.trnck.dev

Update .gitpod.yml

authored by trnck.dev and committed by

GitHub 32f70e92 7a185d4a

+2 -2
+2 -2
.gitpod.yml
··· 1 1 tasks: 2 2 - name: Run Jekyll Dev Server 3 - - init: bash ./scripts/gitpod-init.sh 4 - command: bundle exec jekyll serve 3 + - init: echo "Starting the server" 4 + command: bundle install && bundle exec jekyll serve