This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 1f3bccdd Install graphviz - dot utility 1f3bccdd is described below commit 1f3bccdd78534784f07a33589f8c3244fcc50b85 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Feb 8 16:17:00 2025 +0100 Install graphviz - dot utility fix #630 --- .github/workflows/verify-site.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/verify-site.yml b/.github/workflows/verify-site.yml index 57506ca5..901bc793 100644 --- a/.github/workflows/verify-site.yml +++ b/.github/workflows/verify-site.yml @@ -32,6 +32,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Install graphviz - dot utility + run: sudo apt install graphviz + - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: