Skip to content

Commit

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

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2
  • Loading branch information
hpehl authored Dec 4, 2024
2 parents 276bf1f + 6f36cf8 commit 3bcbdf8
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/[email protected].1
- uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: ./target/reports/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/[email protected].1
- uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: ./target/reports/apidocs
Expand All @@ -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/[email protected].1
- uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: ./samples/dist/target/samples
Expand Down

0 comments on commit 3bcbdf8

Please sign in to comment.