Skip to content

Commit

Permalink
Fixed order of install asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwoolley committed Jan 7, 2025
1 parent bca503c commit 12f2bf2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 12f2bf2

Please sign in to comment.