Skip to content

Commit c55d206

Browse files
Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 (#52)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.9 to 4.7.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.9...v4.7.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f98e741 commit c55d206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: ./gradlew dokkaHtml
2222
shell: bash
2323
- name: Deploy docs to GitHub Pages
24-
uses: JamesIves/github-pages-deploy-action@v4.6.9
24+
uses: JamesIves/github-pages-deploy-action@v4.7.1
2525
with:
2626
branch: gh-pages
2727
folder: build/dokka

.github/workflows/semver-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
run: ./gradlew dokkaHtml --stacktrace
223223
shell: bash
224224
- name: Deploy docs to GitHub Pages
225-
uses: JamesIves/github-pages-deploy-action@v4.6.9
225+
uses: JamesIves/github-pages-deploy-action@v4.7.1
226226
with:
227227
branch: gh-pages
228228
folder: build/dokka

0 commit comments

Comments
 (0)