Skip to content

Commit c0f666a

Browse files
update icon
1 parent a3696bd commit c0f666a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
- name: Upload static files as artifact
3737
id: deployment
38-
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
38+
uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: build/dokka/html
4141

docs/assets/logo-icon.svg

-21.9 KB
Loading

gradle/libs.versions.toml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ junitVersion = "1.2.1"
5757

5858
[libraries]
5959
configuration-annotations = { module = "co.touchlab.skie:configuration-annotations", version.ref = "configurationAnnotations" }
60-
dokka-base = { module = "org.jetbrains.dokka:dokka-base", version.ref = "dokkaBase" }
6160
dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokkaBase" }
6261
gradle-download-task = { module = "de.undercouch:gradle-download-task", version.ref = "gradleDownloadTask" }
6362
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }

0 commit comments

Comments
 (0)