diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index 725b75c57..4634d6ff0 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -22,7 +22,7 @@ jobs: $MVN -P snippets javadoc:aggregate $MVN -P snippets javadoc:javadoc $MVN -P snippets org.apache.maven.plugins:maven-antrun-plugin:run@copy-apidocs - - uses: JamesIves/github-pages-deploy-action@v4.7.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: gh-pages folder: ./target/reports/apidocs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f744bfa5f..a93f2a1dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: $MVN -P snippets javadoc:aggregate $MVN -P snippets javadoc:javadoc $MVN -P snippets org.apache.maven.plugins:maven-antrun-plugin:run@copy-apidocs - - uses: JamesIves/github-pages-deploy-action@v4.7.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: gh-pages folder: ./target/reports/apidocs @@ -72,7 +72,7 @@ jobs: distribution: temurin cache: maven - run: $MVN --projects org.jboss.elemento:elemento-samples-dist --also-make -P samples install - - uses: JamesIves/github-pages-deploy-action@v4.7.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: gh-pages folder: ./samples/dist/target/samples