We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b2ec commit c060408Copy full SHA for c060408
.github/workflows/build-asciidoc.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v3
14
- name: Get build container
15
id: adocbuild
16
- uses: avattathil/asciidoctor-action@v2
+ uses: tonynv/asciidoctor-action@28d076475809567f00d35696db08f8454d70eabb
17
with:
18
program: "asciidoctor --backend=html5 -D docs -r asciidoctor-diagram docs/reference/*.adoc"
19
# asciidoctor --backend=html5 -D output docs/reference/developer-documentation.adoc
0 commit comments