We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0061b commit 6f88644Copy full SHA for 6f88644
.github/workflows/autoreview.yml
@@ -19,10 +19,8 @@ jobs:
19
runs-on: ubuntu-22.04
20
steps:
21
- uses: actions/checkout@v3
22
- - run: sudo apt-get install ruby-full build-essential zlib1g-dev git
23
- uses: ruby/setup-ruby@v1
24
with:
25
- ruby-version: '3.2.0'
26
- - run: gem install bundler jekyll --no-document
27
- - run: bundle install
+ ruby-version: '3.2'
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
28
- run: bundle exec jekyll build
0 commit comments