diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index b8e40b2a6..6e1669c5f 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -8,25 +8,24 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - # Node-specific steps + - uses: actions/setup-node@v3 + with: + node-version: 16 + cache: 'npm' - name: Install node modules - run: | - npm install + run: npm install - # Ruby-specific steps - - name: Set up Ruby 2.6 - uses: actions/setup-ruby@v1 + - name: Set up Ruby + uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101 with: - ruby-version: 2.6.x + ruby-version: '3.0' + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + - name: Build and test with Rake - run: | - gem install bundler - bundle install --jobs 4 --retry 3 - bundle exec rake + run: bundle exec rake - # Jekyll-specific steps - name: Build the site in the jekyll/builder container run: | docker run \ diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index b0dca38bb..79d242a64 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -38,7 +38,7 @@ {% endif %} {% if forloop.last %} -