We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de44b2 commit 428c8b7Copy full SHA for 428c8b7
1 file changed
.github/workflows/hugo.yml
@@ -40,6 +40,10 @@ jobs:
40
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
41
- name: Install Dart Sass
42
run: sudo snap install dart-sass
43
+ - name: Install Asciidoctor
44
+ run: |
45
+ sudo apt-get update
46
+ sudo apt-get install -y asciidoctor
47
- name: Checkout
48
uses: actions/checkout@v4
49
with:
0 commit comments