Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog authored Jun 13, 2023
2 parents e8926d5 + 4ef8e99 commit 8fb8326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2

- name: Install dependencies
run: >
sudo apt install libxslt-dev &&
gem install sass jekyll:4.3.1 html-proofer:5.0.3
gem install jekyll:4.3.2 html-proofer:5.0.7
- name: Build website
run: sbt makeMicrosite
Expand Down Expand Up @@ -114,10 +114,10 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2

- name: Install dependencies
run: gem install sass jekyll:4.3.1
run: gem install jekyll:4.3.2

- name: Build and compare website
id: diff_website
Expand Down

0 comments on commit 8fb8326

Please sign in to comment.