Compare commits

...

1 commit

Author SHA1 Message Date
592df09a45
Add jekyll step to build pipeline
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2023-02-18 12:14:14 -05:00

View file

@ -2,7 +2,7 @@ name: test
kind: pipeline kind: pipeline
steps: steps:
- name: build - name: jekyll-build
image: ruby image: ruby
commands: commands:
- gem install bundler - gem install bundler
@ -18,7 +18,13 @@ name: build
kind: pipeline kind: pipeline
steps: steps:
- name: publish - name: jekyll-build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: docker-build
image: plugins/docker image: plugins/docker
settings: settings:
pull_image: true pull_image: true