Skip to content

Commit

Permalink
[build] optimized documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fab1an committed Sep 13, 2023
1 parent 658d8fc commit b0540e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
rm -Rf "./documentation/${{env.VERSION}}"
mv ./build/dokka/html "./documentation/${{env.VERSION}}"
rm -Rf "./documentation/*-SNAPSHOT"
rm -Rf ./documentation/*-SNAPSHOT
- name: Commit documentation
run: |
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ tasks.withType(DokkaTask.class) {
dokkaSourceSets {
configureEach {
externalDocumentationLink {
url.set(new URL("https://square.github.io/okio/3.x/okio/"))
packageListUrl.set(new URL("https://square.github.io/okio/3.x/okio/okio/package-list"))
url.set(new URI("https://square.github.io/okio/3.x/okio/"))
packageListUrl.set(new URI("https://square.github.io/okio/3.x/okio/okio/package-list"))
}
}

Expand Down

0 comments on commit b0540e2

Please sign in to comment.