Skip to content

Commit

Permalink
Fix Dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Jun 5, 2023
1 parent e97db53 commit ea3c333
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Dokka
id: Dokka
run: ./gradlew -Pversion=${{ github.event.release.tag_name }} dokkaHtml -Pgithubpages=true
run: ./gradlew -Pversion=${{ github.event.release.tag_name }} dokkaHtml

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Arrow Exact
Module Arrow Exact

Arrow Exact allows you to use Kotlin's type system to enforce exactness of data structures.

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ kotlin {
}
}

//configure<KnitPluginExtension> {
// siteRoot = "https://arrow-kt.github.io/arrow-exact/"
//}
configure<KnitPluginExtension> {
siteRoot = "https://arrow-kt.github.io/arrow-exact/"
}

tasks {
afterEvaluate {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ pom.smc.connection=scm:git:git://github.com/arrow-kt/arrow-exact
pom.smc.developerConnection=scm:git:ssh://[email protected]/arrow-kt/arrow-exact
#dokkaEnabled=false
org.gradle.jvmargs=-Xmx4g
org.gradle.parallel=true
org.gradle.parallel=true
dokkaEnabled=false

0 comments on commit ea3c333

Please sign in to comment.