Skip to content

Commit 0d5980b

Browse files
committed
chore: publish docs and reports
1 parent db99e5e commit 0d5980b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
commit-message: 'web: Deployed web app'
112112

113113
- name: 🏖️ Publish documentation to Github Pages
114-
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'
114+
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
115115
uses: JamesIves/[email protected]
116116
with:
117117
branch: gh-pages
@@ -121,7 +121,7 @@ jobs:
121121
commit-message: 'doc: Deployed dokka html documentation'
122122

123123
- name: 🏖️ Publish coverage report to Github Pages
124-
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'
124+
if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
125125
uses: JamesIves/[email protected]
126126
with:
127127
branch: gh-pages

0 commit comments

Comments
 (0)