mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-06-07 13:02:40 -04:00
Update workflow
This commit is contained in:
parent
b4a31abf3d
commit
ad18e67345
1 changed files with 11 additions and 10 deletions
|
@ -1,12 +1,13 @@
|
||||||
kind: pipeline
|
|
||||||
name: Jekyll build
|
name: Jekyll build
|
||||||
type: docker
|
on: [push]
|
||||||
|
|
||||||
steps:
|
jobs:
|
||||||
- name: build
|
lint:
|
||||||
image: ruby:3.1.3
|
name: build
|
||||||
commands:
|
runs-on: ruby:3.1.3
|
||||||
- gem update
|
steps:
|
||||||
- gem install bundler
|
commands:
|
||||||
- bundle install
|
- gem update
|
||||||
- bundle exec jekyll build
|
- gem install bundler
|
||||||
|
- bundle install
|
||||||
|
- bundle exec jekyll build
|
Loading…
Add table
Add a link
Reference in a new issue