anonymousland/.gitea/workflows/build.yml

13 lines
262 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:58:33 -05:00
- run: npm install ruby
2023-02-01 15:59:17 -05:00
- run: npm install gem
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