Skip to content

Commit b47c389

Browse files
Merge pull request #172 from techinessoverloaded/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.2
Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2
2 parents 9fe1d19 + 7937e4d commit b47c389

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)