From 6e822869a65fe01f8ab1f4dea46237ce3096feab Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Sat, 1 Oct 2022 13:24:33 +0200 Subject: [PATCH] Update to new asciidoctor-action name The author renamed from avattathil/asciidoctor-action to tonynv/asciidoctor-action --- .github/workflows/asciidoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asciidoc.yml b/.github/workflows/asciidoc.yml index 33d16c2f..604e5431 100644 --- a/.github/workflows/asciidoc.yml +++ b/.github/workflows/asciidoc.yml @@ -29,7 +29,7 @@ jobs: echo ::set-output name=version::"$REV_VERSION" cd .. - name: Process AsciiDoc from ./repo to ./public - uses: avattathil/asciidoctor-action@v2 + uses: tonynv/asciidoctor-action@v2 with: program: asciidoctor -D public -b html5 -o index.html -a toc=left -a revdate="${{ steps.rev_info.outputs.date }}" -a revnumber="${{ steps.rev_info.outputs.version }}" -a source-highlighter=rouge repo/README.adoc - name: Upload AsciiDoc documentation