File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
uses : peaceiris/actions-gh-pages@v3
23
23
with :
24
24
github_token : ${{ secrets.GITHUB_TOKEN }}
25
- publish_dir : ./build/distributions
25
+ publish_dir : ./build/dist/wasmJs/productionExecutable
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ kotlin {
34
34
35
35
browser {
36
36
commonWebpackConfig {
37
- outputFileName = " main .js"
37
+ outputFileName = " kota-shiokara.github.io .js"
38
38
devServer = (devServer ? : KotlinWebpackConfig .DevServer ()).apply {
39
39
static = (static ? : mutableListOf ()).apply {
40
40
add(project.rootDir.path)
Original file line number Diff line number Diff line change 7
7
< link rel ="apple-touch-icon " href ="img/apple-touch-icon-180x180.png " sizes ="180x180 ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
9
9
10
- < script src ="skiko.js "> </ script >
10
+ < script type ="application/javascript " src ="skiko.js "> </ script >
11
+ < script type ="application/javascript " src ="kota-shiokara.github.io.js "> </ script >
11
12
</ head >
12
13
< body >
13
14
< canvas id ="ComposeTarget "> </ canvas >
14
- < script src ="main.js "> </ script >
15
15
</ body >
16
16
</ html >
You can’t perform that action at this time.
0 commit comments