Merge pull request #1086

workflows: improve performance of github CI
This commit is contained in:
luigi1111 2020-07-27 21:36:29 -05:00 committed by GitHub
commit 40eda1c53c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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