aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages-examples.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/gh-pages-examples.yml')
-rw-r--r--.github/workflows/gh-pages-examples.yml5
1 files changed, 4 insertions, 1 deletions
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