Skip to content

Commit

Permalink
Merge pull request #461 from leifmadsen/undrunk-htmltest
Browse files Browse the repository at this point in the history
Align htmltest versions with homepage-container
  • Loading branch information
mbaldessari authored Sep 6, 2024
2 parents b32a1c5 + 1bcd081 commit 318655b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: '3.0.7'

- run: gem install asciidoctor
- name: Install build dependencies
run: |
gem install asciidoctor -v 2.0.23
gem install rouge -v 4.3.0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: '0.133.1'
extended: true

- name: Build
Expand Down

0 comments on commit 318655b

Please sign in to comment.