Skip to content

Commit 84b27a7

Browse files
Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.3
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.5.0...v4.6.3) --- 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 efbeeb5 commit 84b27a7

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.5.0
36+
uses: JamesIves/github-pages-deploy-action@v4.6.3
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.5.0
43+
uses: JamesIves/github-pages-deploy-action@v4.6.3
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.5.0
50+
uses: JamesIves/github-pages-deploy-action@v4.6.3
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.5.0
57+
uses: JamesIves/github-pages-deploy-action@v4.6.3
5858
with:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
branch: gh-pages

0 commit comments

Comments
 (0)