We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db99e5e commit 0d5980bCopy full SHA for 0d5980b
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
commit-message: 'web: Deployed web app'
112
113
- name: 🏖️ Publish documentation to Github Pages
114
- if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'
+ if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
115
uses: JamesIves/[email protected]
116
with:
117
branch: gh-pages
@@ -121,7 +121,7 @@ jobs:
121
commit-message: 'doc: Deployed dokka html documentation'
122
123
- name: 🏖️ Publish coverage report to Github Pages
124
125
126
127
0 commit comments