Skip to content

Commit f374b8b

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action (#601)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29f8d6f commit f374b8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
- name: 🕸 Deploy Wasm, Js & Compose webapp to Github Pages
134134
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
135-
uses: JamesIves/[email protected].3
135+
uses: JamesIves/[email protected].4
136136
with:
137137
branch: gh-pages
138138
folder: backend/jvm/build/resources/main/app
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: 📡 Publish documentation to Github Pages
144144
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
145-
uses: JamesIves/[email protected].3
145+
uses: JamesIves/[email protected].4
146146
with:
147147
branch: gh-pages
148148
folder: build/dokka/html
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: 🏖️ Publish coverage report to Github Pages
154154
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
155-
uses: JamesIves/[email protected].3
155+
uses: JamesIves/[email protected].4
156156
with:
157157
branch: gh-pages
158158
folder: build/reports/kover/html
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: 🧪️ Publish test report to Github Pages
164164
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
165-
uses: JamesIves/[email protected].3
165+
uses: JamesIves/[email protected].4
166166
with:
167167
branch: gh-pages
168168
folder: build/reports/allTests

0 commit comments

Comments
 (0)