anonymousland/.gitea/workflows/build.yml

11 lines
203 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:
2023-02-01 15:48:42 -05:00
build:
2023-02-01 15:40:11 -05:00
runs-on: ruby:3.1.3
steps:
2023-02-01 15:48:42 -05:00
- run: gem update
- run: gem install bundler
- run: bundle install
2023-02-01 15:56:14 -05:00
- run: bundle exec jekyll build