mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
d1c01380f1
Closes #5 Co-authored-by: NebulaOnion <84784521+NebulaOnion@users.noreply.github.com> Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/22
13 lines
168 B
YAML
13 lines
168 B
YAML
kind: pipeline
|
|
name: Jekyll build
|
|
type: docker
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
image: ruby
|
|
commands:
|
|
- gem install bundler
|
|
- bundle install
|
|
- bundle exec jekyll build |