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 211bf6d commit 210b2ecCopy full SHA for 210b2ec
.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@master
+ uses: avattathil/asciidoctor-action@v2
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