Skip to content

Commit ca2f9b2

Browse files
authored
Update hugo.yml
1 parent 1c763de commit ca2f9b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
run: |
3838
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3939
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
40+
- name: Install Asciidoctor
41+
run: sudo apt-get install -y asciidoctor
4042
- name: Install Dart Sass
4143
run: sudo snap install dart-sass
4244
- name: Checkout

0 commit comments

Comments
 (0)