Skip to content

Commit b335e6a

Browse files
authored
fix(docs): Copy nested modules to root (#447)
1 parent 5336666 commit b335e6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/api-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ jobs:
223223
run: |
224224
FIRST_SERVICE=$(find target/ -maxdepth 1 -mindepth 1 -type d | head -n 1)
225225
cp -r $FIRST_SERVICE/styles $FIRST_SERVICE/images target/
226+
- name: Patch smithy-kotlin docs # See https://github.com/Kotlin/dokka/issues/2211
227+
run: |
228+
cp -rv target/smithy-kotlin/runtime/* target/smithy-kotlin/
226229
- name: Prepare Release
227230
id: prep-release
228231
run: |

0 commit comments

Comments
 (0)