Skip to content

Commit

Permalink
installs asciidoc executable
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbradley committed Jul 22, 2024
1 parent 45c286f commit 38cfd71
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ jobs:
env:
HUGO_VERSION: 0.128.0
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: reitzig/[email protected]
with:
version: 2.0.18
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb \
&& sudo apt-get install -y asciidoc
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
Expand Down

0 comments on commit 38cfd71

Please sign in to comment.