mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-07-23 15:40:34 -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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ruby
|
image: ruby:3.1.3
|
||||||
commands:
|
commands:
|
||||||
|
- gem update
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle update
|
- bundle update
|
||||||
- bundle exec jekyll build --trace
|
- bundle exec jekyll build
|
6
Gemfile
6
Gemfile
|
@ -1,9 +1,9 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gem 'jekyll'
|
gem "jekyll"
|
||||||
gem "jekyll-theme-potato-hacker"
|
gem "jekyll-theme-potato-hacker"
|
||||||
gem 'jekyll-feed'
|
gem "jekyll-feed"
|
||||||
gem 'jekyll-seo-tag'
|
gem "jekyll-seo-tag"
|
||||||
gem "bundler"
|
gem "bundler"
|
||||||
gem "kramdown-parser-gfm"
|
gem "kramdown-parser-gfm"
|
||||||
gem "webrick"
|
gem "webrick"
|
Loading…
Add table
Add a link
Reference in a new issue