| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 356ef32 commit 7168c22
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | $MVN -P snippets javadoc:aggregate | |
| 29 | 29 | $MVN -P snippets javadoc:javadoc | |
| 30 | 30 | $MVN -P snippets org.apache.maven.plugins:maven-antrun-plugin:run@copy-apidocs | |
| 31 | - - uses: JamesIves/github-pages-deploy-action@v4.7.6 | ||
| 31 | + - uses: JamesIves/github-pages-deploy-action@v4.8.0 | ||
| 32 | 32 | with: | |
| 33 | 33 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 34 | 34 | repository-name: patternfly-java/apidocs | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,7 +89,7 @@ jobs: | |||
| 89 | 89 | $MVN -P snippets javadoc:aggregate | |
| 90 | 90 | $MVN -P snippets javadoc:javadoc | |
| 91 | 91 | $MVN -P snippets org.apache.maven.plugins:maven-antrun-plugin:run@copy-apidocs | |
| 92 | - - uses: JamesIves/github-pages-deploy-action@v4.7.6 | ||
| 92 | + - uses: JamesIves/github-pages-deploy-action@v4.8.0 | ||
| 93 | 93 | with: | |
| 94 | 94 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 95 | 95 | repository-name: patternfly-java/apidocs | |
@@ -115,7 +115,7 @@ jobs: | |||
| 115 | 115 | distribution: temurin | |
| 116 | 116 | cache: maven | |
| 117 | 117 | - run: $MVN --projects org.patternfly:patternfly-java-showcase --also-make -P showcase,prod package | |
| 118 | - - uses: JamesIves/github-pages-deploy-action@v4.7.6 | ||
| 118 | + - uses: JamesIves/github-pages-deploy-action@v4.8.0 | ||
| 119 | 119 | with: | |
| 120 | 120 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 121 | 121 | repository-name: patternfly-java/patternfly-java.github.io | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | - run: $MVN install | |
| 25 | 25 | working-directory: bom | |
| 26 | 26 | - run: $MVN --projects org.patternfly:patternfly-java-showcase --also-make -P showcase,prod package | |
| 27 | - - uses: JamesIves/github-pages-deploy-action@v4.7.6 | ||
| 27 | + - uses: JamesIves/github-pages-deploy-action@v4.8.0 | ||
| 28 | 28 | with: | |
| 29 | 29 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 30 | 30 | repository-name: patternfly-java/patternfly-java.github.io | |
| Back | FazBrowse Home | New Git URL |
0 commit comments