Skip to content

Commit

Permalink
Update extensions-asciidocs.yml
Browse files Browse the repository at this point in the history
try to fix the workflow missing library
  • Loading branch information
rpiazza authored Nov 28, 2023
1 parent 19edfde commit 6930884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensions-asciidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build docs
working-directory: extension-definition-specifications
run: |
sudo apt-get install -y pandoc asciidoctor asciidoc-common wkhtmltopdf
sudo apt-get install --fix-missing -y pandoc asciidoctor asciidoc-common wkhtmltopdf
sh ../scripts/build_asciidoc.sh
- uses: actions/upload-artifact@v3
with:
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Deploy Pages
id: deployment
if: github.ref == 'refs/heads/main'
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 6930884

Please sign in to comment.