Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
api: dokka のバージョンを v1.4.30 に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Mar 19, 2021
1 parent 3724a07 commit 5c65a86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
java-version: 1.8
- name: Build dokkaHtml
run: gradle dokkaHtml
- name: Make index.html
run: echo "<meta http-equiv=\"refresh\" content=\"0;URL='api/index.html'\" />" >> api/build/dokka/html/index.html
- name: Deploy To GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("org.jetbrains.dokka") version "1.4.20"
id("org.jetbrains.dokka") version "1.4.30"
`maven-publish`
signing
}
Expand Down

0 comments on commit 5c65a86

Please sign in to comment.