diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-01-19 04:10:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 04:10:57 +0100 |
commit | 5eeb2bbeb8c71ae813808ee0e8d09293c4abe1c1 (patch) | |
tree | bb62ab50a59cbeca06de6fd1eb5c75ff27bc5bd0 /.github/workflows | |
parent | 1fa8552994fb292729eca8c0de6a1561380b008c (diff) | |
download | dokka-5eeb2bbeb8c71ae813808ee0e8d09293c4abe1c1.tar.gz dokka-5eeb2bbeb8c71ae813808ee0e8d09293c4abe1c1.tar.bz2 dokka-5eeb2bbeb8c71ae813808ee0e8d09293c4abe1c1.zip |
Revise README documentation for examples and plugins (#2736)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/dokka-examples.yml | 2 | ||||
-rw-r--r-- | .github/workflows/gh-pages-examples.yml | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/dokka-examples.yml b/.github/workflows/dokka-examples.yml index 1e99f499..f1167771 100644 --- a/.github/workflows/dokka-examples.yml +++ b/.github/workflows/dokka-examples.yml @@ -90,8 +90,6 @@ jobs: strategy: matrix: include: - - task: "dokkaCustomFormat" - dir: "examples/gradle/dokka-customFormat-example" - task: "dokkaHtmlMultiModule" dir: "examples/gradle/dokka-multimodule-example" steps: diff --git a/.github/workflows/gh-pages-examples.yml b/.github/workflows/gh-pages-examples.yml index b5f3f13b..38d1a416 100644 --- a/.github/workflows/gh-pages-examples.yml +++ b/.github/workflows/gh-pages-examples.yml @@ -48,7 +48,10 @@ jobs: if: github.repository == 'Kotlin/dokka' strategy: matrix: - projects: [ dokka-versioning-multimodule-example ] + projects: [ + dokka-versioning-multimodule-example, + dokka-multimodule-example + ] steps: - uses: actions/checkout@v3 - uses: dorny/paths-filter@v2 |