Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 9, 2023
1 parent 43c30e6 commit 8acd8e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y \
&& sudo apt-get install -y asciidoctor ruby-asciidoctor-pdf pandoc
&& sudo apt-get install -y pandoc \
&& sudo gem install asciidoctor asciidoctor-pdf
- name: checkout repository
uses: actions/checkout@v3
- name: build documentation
Expand Down

0 comments on commit 8acd8e8

Please sign in to comment.