mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Merge branch 'fix-ci'
This commit is contained in:
commit
65fec7eb3d
@ -4,9 +4,10 @@ type: docker
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: ruby
|
||||
image: ruby:3.1.3
|
||||
commands:
|
||||
- gem update
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle update
|
||||
- bundle exec jekyll build --trace
|
||||
- bundle exec jekyll build
|
Loading…
Reference in New Issue
Block a user