Skip to content

Commit

Permalink
docs: fix invalid version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Jul 31, 2023
1 parent 64ea460 commit 56c6237
Show file tree
Hide file tree
Showing 591 changed files with 90 additions and 20,452 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs/docs-digest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docs
name: docs / digest

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs/docs-mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docs
name: docs / mac

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ subprojects {
// plugins are available to be used there,
tasks.withType<DokkaTask>().configureEach {
val docVersionsDir = rootProject.projectDir.resolve("docs/api/${project.name}")
val currentVersion = rootProject.version.toString()
val currentVersion = project.version.toString()

val currentDocsDir = docVersionsDir.resolve(currentVersion)
outputDirectory.set(currentDocsDir)
Expand Down
File renamed without changes.
92 changes: 0 additions & 92 deletions docs/api/kipher-core/1.0.0-SNAPSHOT/index.html

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 56c6237

Please sign in to comment.