Skip to content

Commit

Permalink
Add asciidoctor download to github workflows/hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonio9 committed Sep 2, 2023
1 parent 6f7ed44 commit afc1281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Install AsciiDoctor
run: sudo apt-get install -y asciidoctor
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down

0 comments on commit afc1281

Please sign in to comment.