Skip to content

Commit 7937e4d

Browse files
Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.9 to 4.7.2. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.9...v4.7.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fe1d19 commit 7937e4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generateDocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@ jobs:
3333
core.setOutput('tag', tag)
3434
core.setOutput('no-v', no_v)
3535
- name: Deploy KDoc to GH Pages with Version
36-
uses: JamesIves/github-pages-deploy-action@v4.6.9
36+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
branch: gh-pages
4040
folder: progressdialoglibrary/build/dokka/html
4141
target-folder: kotlin/${{ steps.format_version_tag.outputs.no-v }}/
4242
- name: Deploy KDoc to GH Pages as Latest
43-
uses: JamesIves/github-pages-deploy-action@v4.6.9
43+
uses: JamesIves/github-pages-deploy-action@v4.7.2
4444
with:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646
branch: gh-pages
4747
folder: progressdialoglibrary/build/dokka/html
4848
target-folder: kotlin/latest/
4949
- name: Deploy JavaDoc to GH Pages with Version
50-
uses: JamesIves/github-pages-deploy-action@v4.6.9
50+
uses: JamesIves/github-pages-deploy-action@v4.7.2
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
branch: gh-pages
5454
folder: progressdialoglibrary/build/dokka/javadoc
5555
target-folder: java/${{ steps.format_version_tag.outputs.no-v }}/
5656
- name: Deploy JavaDoc to GH Pages as Latest
57-
uses: JamesIves/github-pages-deploy-action@v4.6.9
57+
uses: JamesIves/github-pages-deploy-action@v4.7.2
5858
with:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
branch: gh-pages

0 commit comments

Comments
 (0)