@@ -122,7 +122,7 @@ jobs:
122
122
123
123
- name : 🕸 Deploy Wasm, Js & Compose webapp to Github Pages
124
124
if : steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
125
- uses : JamesIves/github-pages-deploy-action@v4.7.2
125
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
126
126
with :
127
127
branch : gh-pages
128
128
folder : backend/jvm/build/resources/main/app
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : 📡 Publish documentation to Github Pages
134
134
if : steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
135
- uses : JamesIves/github-pages-deploy-action@v4.7.2
135
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
136
136
with :
137
137
branch : gh-pages
138
138
folder : build/dokka/html
@@ -142,7 +142,7 @@ jobs:
142
142
143
143
- name : 🏖️ Publish coverage report to Github Pages
144
144
if : steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
145
- uses : JamesIves/github-pages-deploy-action@v4.7.2
145
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
146
146
with :
147
147
branch : gh-pages
148
148
folder : build/reports/kover/html
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
- name : 🧪️ Publish test report to Github Pages
154
154
if : steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
155
- uses : JamesIves/github-pages-deploy-action@v4.7.2
155
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
156
156
with :
157
157
branch : gh-pages
158
158
folder : build/reports/allTests
0 commit comments