Skip to content

Commit

Permalink
Add missing tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Nov 25, 2022
1 parent cb52b54 commit 2fc60c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ jobs:
tar xf ${{ runner.temp }}/just.tar.gz && mv just /usr/local/bin && \
wget -O ${{ runner.temp }}/tera.deb https://github.com/chevdor/tera-cli/releases/download/v${TERA_VERSION}/tera-cli_linux_amd64.deb && \
sudo dpkg -i ${{ runner.temp }}/tera.deb && \
wget -O ${{ runner.temp }}/pandoc.deb https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz && \
sudo dpkg -i ${{ runner.temp }}/pandoc.deb && \
wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64
sudo apt-get install -y asciidoctor
just --version
tera --version
pandoc --version
asciidoctor --version
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2fc60c9

Please sign in to comment.