We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5336666 commit b335e6aCopy full SHA for b335e6a
.github/workflows/api-docs.yml
@@ -223,6 +223,9 @@ jobs:
223
run: |
224
FIRST_SERVICE=$(find target/ -maxdepth 1 -mindepth 1 -type d | head -n 1)
225
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/
229
- name: Prepare Release
230
id: prep-release
231
0 commit comments