Skip to content

Commit b0bedb5

Browse files
authored
Fix Docs generation (#168)
Co-authored-by: hfhbd <[email protected]>
1 parent 7a76b1f commit b0bedb5

File tree

7 files changed

+9
-17
lines changed

7 files changed

+9
-17
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'adopt'
2020
java-version: 11
2121
- name: Generate Docs
22-
run: ./gradlew :integrationTest:hashRouterTest:jsProductionWebpack
22+
run: ./gradlew :integrationTest:hashRouterTest:browserDistribution
2323
- name: Save sample
2424
uses: actions/upload-artifact@v3
2525
with:
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.compose.*
22

33
plugins {
4-
kotlin("multiplatform")
4+
kotlin("js")
55
id("org.jetbrains.compose")
66
}
77

@@ -17,12 +17,8 @@ kotlin {
1717
binaries.executable()
1818
}
1919
}
20+
}
2021

21-
sourceSets {
22-
commonMain {
23-
dependencies {
24-
implementation(projects.integrationTest)
25-
}
26-
}
27-
}
22+
dependencies {
23+
implementation(projects.integrationTest)
2824
}
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.compose.*
22

33
plugins {
4-
kotlin("multiplatform")
4+
kotlin("js")
55
id("org.jetbrains.compose")
66
}
77

@@ -17,12 +17,8 @@ kotlin {
1717
binaries.executable()
1818
}
1919
}
20+
}
2021

21-
sourceSets {
22-
commonMain {
23-
dependencies {
24-
implementation(projects.integrationTest)
25-
}
26-
}
27-
}
22+
dependencies {
23+
implementation(projects.integrationTest)
2824
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)