From 12f2bf28dd5c48217d196fc062ebb2df43f898f5 Mon Sep 17 00:00:00 2001 From: James W <26191568+jgwoolley@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:53:31 -0500 Subject: [PATCH] Fixed order of install asciidoc --- .github/workflows/maven.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7456b50..bc50e49 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,11 +49,10 @@ jobs: run: bash build.sh - name: Build Docs run: bash docs.sh + - name: Install Asciidoc + run: apt-get install -y asciidoctor - name: Setup Pages uses: actions/configure-pages@v3 - - - name: Install Asciidoc - run: apt-get install -y asciidoctor - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: