Skip to content

Commit

Permalink
Added proper run for code snippets dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Aug 13, 2024
1 parent 1bd093b commit 18c5908
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- name: Get build container
id: adocbuild
uses: tonynv/asciidoctor-action@master
run: |
sudo apt-get update
sudo apt-get -y ruby-pygments.rb
- name: Get extra for code snippets
run: |
sudo apt-get update
sudo apt-get -y ruby-pygments.rb
with:
program: "asciidoctor -t -v -D docs/smith --backend=xhtml5 -n -a toc=left -a source-hightlighter-pygments -o index.html docs/smith/manual.adoc"
- name: Print execution time
Expand Down

0 comments on commit 18c5908

Please sign in to comment.