mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-07 16:43:44 +02:00
update ci and netlify settings
workflows: remove version 2.4 and add 3.0.x to github ci netlify: bump RUBY_VERSION to 2.7 since jekyll 4 won't work with ruby <= 2.6
This commit is contained in:
parent
4a3d3c38be
commit
e5663e082a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,11 +8,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
|
ruby: [ '2.5', '2.6', '2.7', '3.0.1' ]
|
||||||
name: Ruby ${{ matrix.ruby }}
|
name: Ruby ${{ matrix.ruby }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
- name: install bundler
|
- name: install bundler
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
command = "jekyll build --trace --limit-posts 10"
|
command = "jekyll build --trace --limit-posts 10"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
RUBY_VERSION = "2.6"
|
RUBY_VERSION = "2.7"
|
||||||
|
|
||||||
[build.processing]
|
[build.processing]
|
||||||
skip_processing = true
|
skip_processing = true
|
Loading…
Reference in New Issue
Block a user