commit 47bcf15304fc7af928ade834750a919805872070 parent 6f84f1b3f58b5e3a50cacf5a833ecdb4ab214a4f Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:21:17 -0800 Update main.yml Diffstat:
| M | .github/workflows/main.yml | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: jobs: adoc_build: runs-on: ubuntu-latest - name: asciidoctor -a nofooter -a imagesdir='./img' -a stylesheet='adoc-riak.css' -D docs ./src/*.adoc + name: asciidoctor -a nofooter -a imagesdir='./img' -a stylesheet='adoc-riak.css' -D out ./src/*.adoc steps: - name: Checkout code uses: actions/checkout@v2 @@ -15,9 +15,7 @@ jobs: id: adocbuild uses: tonynv/asciidoctor-action@master with: - program: "asciidoctor -a nofooter -a imagesdir='./img' -a stylesheet='adoc-riak.css' -D docs ./src/*.adoc" - - name: Print execution time - run: echo "Time ${{ steps.adocbuild.outputs.time }}" + program: "asciidoctor -a nofooter -a imagesdir='./img' -a stylesheet='adoc-riak.css' -D out ./src/*.adoc" - name: Deploy docs to ghpages uses: peaceiris/actions-gh-pages@v3 with: