anonymousland/.gitea/workflows/build.yml
2023-02-01 15:35:03 -05:00

12 lines
189 B
YAML

kind: pipeline
name: Jekyll build
type: docker
steps:
- name: build
image: ruby:3.1.3
commands:
- gem update
- gem install bundler
- bundle install
- bundle exec jekyll build