mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-20 21:33:55 +02:00
commit
40eda1c53c
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' ]
|
||||
name: Ruby ${{ matrix.ruby }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
@ -20,4 +20,4 @@ jobs:
|
||||
- name: bundle install
|
||||
run: bundle install --jobs 4 --retry 3
|
||||
- name: build site
|
||||
run: bundle exec jekyll build
|
||||
run: bundle exec jekyll build --limit-posts 10
|
||||
|
Loading…
Reference in New Issue
Block a user