diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a331190c..c83ac53a4 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.7.6 + - uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: ./app/target/gh-pages