mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-30 01:51:10 -04:00
Merge branch 'fix-ci'
This commit is contained in:
commit
65fec7eb3d
2 changed files with 7 additions and 6 deletions
|
@ -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
|
8
Gemfile
8
Gemfile
|
@ -1,9 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
source "https://rubygems.org"
|
||||
gem 'jekyll'
|
||||
gem "jekyll"
|
||||
gem "jekyll-theme-potato-hacker"
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-seo-tag'
|
||||
gem "jekyll-feed"
|
||||
gem "jekyll-seo-tag"
|
||||
gem "bundler"
|
||||
gem "kramdown-parser-gfm"
|
||||
gem "webrick"
|
||||
gem "webrick"
|
Loading…
Add table
Add a link
Reference in a new issue