From e88a30606323b1acae5beb666498d0767f660cb2 Mon Sep 17 00:00:00 2001 From: Chris Slater <6004777+electricsam@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:24:14 -0700 Subject: [PATCH] test documentation --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24a83bb..3eaee84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: distribution: 'temurin' cache: maven - name: build with maven - run: mvn -B -s settings.xml clean deploy -Prelease -Psite-publish -Dgit.password=${{ secrets.RELEASE_PAT }} -Dgit.username=${{ secrets.RELEASE_USERNAME }} + run: mvn -B -s settings.xml clean deploy site -Prelease -Psite-publish -Dgit.password=${{ secrets.RELEASE_PAT }} -Dgit.username=${{ secrets.RELEASE_USERNAME }} env: NVD_API_KEY: ${{ secrets.NVD_API_KEY }} SIGN_KEY_PASS: ${{ secrets.MAVEN_GPG_PASSPHRASE }}