Skip to content

Commit 428c8b7

Browse files
committed
Install asciidoctor
1 parent 4de44b2 commit 428c8b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4141
- name: Install Dart Sass
4242
run: sudo snap install dart-sass
43+
- name: Install Asciidoctor
44+
run: |
45+
sudo apt-get update
46+
sudo apt-get install -y asciidoctor
4347
- name: Checkout
4448
uses: actions/checkout@v4
4549
with:

0 commit comments

Comments
 (0)