From eac0897f1709130e9bca914b231cb05460cdc4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 22:49:07 +0300 Subject: [PATCH] Bump asciidoctorj-diagram from 2.2.7 to 2.2.8 (#132) * Bump asciidoctorj-diagram from 2.2.7 to 2.2.8 Bumps [asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases) - [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/commits/v2.2.8) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-diagram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * work via an env variable --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Ponomarev --- .github/workflows/maven.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 307dae7..ec01805 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,10 +30,10 @@ jobs: path: | jsyntrax/src/test/java/org/atpfivt/jsyntrax/approvals/*.received.* jsyntrax/src/test/java/org/atpfivt/jsyntrax/approvals/*.approved.* - - name: Install jsyntrax - run: sudo ln -s $(pwd)/jsyntrax/target/appassembler/bin/syntrax /usr/local/bin/syntrax && syntrax --version - name: Build documentation run: mvn -B verify --file pom.xml -pl doc + env: + DIAGRAM_JSYNTRAX_HOME: ${{ github.workspace }}/jsyntrax/target/appassembler - name: Deploy to GitHub Pages if: success() && github.ref == 'refs/heads/main' uses: crazy-max/ghaction-github-pages@v2 diff --git a/pom.xml b/pom.xml index eabf045..f9680c7 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ 1.37 2.2.3 - 2.2.7 + 2.2.8