We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9580bf8 + c510d8f commit 79e8931Copy full SHA for 79e8931
2 files changed
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
name: github-pages
107
url: ${{ steps.deployment.outputs.page_url }}
108
runs-on: ubuntu-latest
109
- needs: build-docs
+ needs: documentation
110
if: github.ref == 'refs/heads/main'
111
112
steps:
shared/build.gradle.kts
@@ -17,7 +17,7 @@ plugins {
17
}
18
19
group = "io.github.gatrongdev"
20
-version = "0.0.8"
+version = "0.0.9"
21
22
kotlin {
23
androidTarget {
0 commit comments