mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
commit
40eda1c53c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
|
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
|
||||||
name: Ruby ${{ matrix.ruby }}
|
name: Ruby ${{ matrix.ruby }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-ruby@v1
|
- uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
|
@ -20,4 +20,4 @@ jobs:
|
||||||
- name: bundle install
|
- name: bundle install
|
||||||
run: bundle install --jobs 4 --retry 3
|
run: bundle install --jobs 4 --retry 3
|
||||||
- name: build site
|
- name: build site
|
||||||
run: bundle exec jekyll build
|
run: bundle exec jekyll build --limit-posts 10
|
||||||
|
|
Loading…
Reference in a new issue