Skip to content

Commit

Permalink
Fixing doc mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Mar 18, 2024
1 parent ce45e58 commit ca76154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ tasks.register("uploadDokka") {
commandLine = listOf(
"s3cmd",
"put",
"--no-mime-magic",
"--guess-mime-type",
"--recursive",
"--acl-public",
"--access_key=$awsAccessKey",
Expand Down

0 comments on commit ca76154

Please sign in to comment.