mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-06-15 08:39:13 -04:00
Jekyll Build
This commit is contained in:
parent
641662cddc
commit
745570e4dd
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue