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 6930884 commit 4f86ea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/extensions-asciidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:

- name: Build docs
working-directory: extension-definition-specifications
run: |
sudo apt-get install --fix-missing -y pandoc asciidoctor asciidoc-common wkhtmltopdf
run:
sudo apt-get update
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 4f86ea7

Please sign in to comment.