Skip to content

Commit

Permalink
Merge pull request #172 from hal/dependabot/github_actions/JamesIves/…
Browse files Browse the repository at this point in the history
…github-pages-deploy-action-4.7.1

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1
  • Loading branch information
hpehl authored Nov 29, 2024
2 parents 5af7df9 + d601e8b commit bde149f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.9
- uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: ./target/site/apidocs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.9
- uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: ./target/site/apidocs
Expand All @@ -72,7 +72,7 @@ publish-samples:
distribution: temurin
cache: maven
- run: $MVN --projects org.jboss.elemento:elemento-samples-dist --also-make -P samples,prod install
- uses: JamesIves/github-pages-deploy-action@v4.6.9
- uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages
folder: ./samples/dist/target/samples
Expand Down

0 comments on commit bde149f

Please sign in to comment.