generated from bkbnio/sourdough-kt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: adding dokka doc + generator pipeline (#14)
- Loading branch information
Showing
10 changed files
with
102 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Generate Documentation | ||
on: | ||
release: | ||
types: | ||
- prereleased | ||
- released | ||
jobs: | ||
build-documentation: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-java@v2 | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
- name: Build New Documentation | ||
uses: burrunan/gradle-cache-action@v1 | ||
with: | ||
gradle-version: wrapper | ||
arguments: dokkaHtmlMultiModule | ||
properties: | | ||
release=true | ||
- name: Push New Documentation | ||
uses: EndBug/add-and-commit@v7 | ||
with: | ||
default_author: github_actions | ||
branch: main | ||
message: 'doc: Added Latest Documentation ✨' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,3 @@ build | |
|
||
# IDE | ||
.idea | ||
|
||
dokka |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Backbone | ||
project.version=0.5.0 | ||
project.version=0.5.1 | ||
# Kotlin | ||
kotlin.code.style=official | ||
# Gradle | ||
org.gradle.vfs.watch=true | ||
org.gradle.vfs.verbose=true | ||
org.gradle.jvmargs=-Xmx2000m |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Module satisfaketion-core | ||
|
||
## Core | ||
|
||
Contains the interfaces and Faker implementation that power Satisfaketion. | ||
|
||
# Package io.github.unredundant.satisfaketion.core | ||
|
||
Root package that contains interfaces for `Generator` and `Mutator`, along with the core `Faker` implementation and a | ||
number of utility extensions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters