Skip to content

Commit

Permalink
Update Build Website CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Oct 8, 2021
1 parent 6a58242 commit fc4e556
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -87,12 +87,12 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.0

- name: Install dependencies
run: >
sudo apt install libxslt-dev &&
gem install sass jekyll:4.0.0 html-proofer:3.9.3
gem install sass jekyll:4.2.1 html-proofer:3.19.0
- name: Build website
run: sbt makeMicrosite
Expand Down Expand Up @@ -122,10 +122,10 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.0

- name: Install dependencies
run: gem install sass jekyll:4.0.0
run: gem install sass jekyll:4.2.1

- name: Build and compare website
id: diff_website
Expand All @@ -134,7 +134,7 @@ jobs:

- name: Comment on pull request
if: steps.diff_website.outcome == 'failure'
uses: thollander/actions-comment-pull-request@1.0.1
uses: thollander/actions-comment-pull-request@1.0.4
with:
message: >
Warning: the content of the PureConfig website changed with this pull request. This may
Expand Down

0 comments on commit fc4e556

Please sign in to comment.