diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 903542985..efcc62a35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: distribution: temurin cache: maven - run: $MVN package -P prod,theme-hal - - uses: JamesIves/github-pages-deploy-action@v4.8.0 + - uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: ./app/target/gh-pages