Skip to content

Commit

Permalink
Update to new asciidoctor-action name
Browse files Browse the repository at this point in the history
The author renamed from avattathil/asciidoctor-action to tonynv/asciidoctor-action
  • Loading branch information
MaisiKoleni authored Oct 1, 2022
1 parent abd3401 commit 6e82286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e82286

Please sign in to comment.