Skip to content

Commit

Permalink
Update extensions-asciidocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza authored Nov 28, 2023
1 parent 38de027 commit 7554c42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/extensions-asciidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- name: Update ubuntu
run:
sudo apt-get update
- name: load dependencies
run:
sudo apt-get install -y pandoc asciidoctor asciidoc-common wkhtmltopdf
- name: Build docs
working-directory: extension-definition-specifications
run:
sudo apt-get install -y pandoc asciidoctor asciidoc-common wkhtmltopdf
sh ../scripts/build_asciidoc.sh
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7554c42

Please sign in to comment.