anonymousland/.gitea/workflows/build.yml

13 lines
228 B
YAML
Raw Normal View History

2023-02-01 15:35:03 -05:00
name: Jekyll build
2023-02-01 15:40:11 -05:00
on: [push]
2023-02-01 15:35:03 -05:00
2023-02-01 15:40:11 -05:00
jobs:
lint:
name: build
runs-on: ruby:3.1.3
steps:
commands:
- gem update
- gem install bundler
- bundle install
- bundle exec jekyll build