mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-01-10 02:29:30 -05:00
Jekyll Build
This commit is contained in:
parent
641662cddc
commit
745570e4dd
12
.gitea/workflows/build.yml
Normal file
12
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user