From 18c590818a3887a5754a0f639ebe288658f73fe3 Mon Sep 17 00:00:00 2001 From: Nicolas Spalinger Date: Mon, 12 Aug 2024 19:16:32 -0500 Subject: [PATCH] Added proper run for code snippets dependencies --- .github/workflows/build-docs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 7e6ec5a1..3fa4630b 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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