We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c763de commit ca2f9b2Copy full SHA for ca2f9b2
.github/workflows/hugo.yml
@@ -37,6 +37,8 @@ jobs:
37
run: |
38
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
39
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
40
+ - name: Install Asciidoctor
41
+ run: sudo apt-get install -y asciidoctor
42
- name: Install Dart Sass
43
run: sudo snap install dart-sass
44
- name: Checkout
0 commit comments