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 4e76a36 commit ef34282Copy full SHA for ef34282
1 file changed
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
run: echo "SMITHY4S_VERSION=$(cs resolve com.disneystreaming.smithy4s:smithy4s-core_2.13:latest.stable | head -1 | awk -F':' '{print $3}')" >> $GITHUB_ENV
173
174
- name: Compile Documentation Markdown Files
175
- run: sbt "docs/mdoc"
+ run: sbt "docsRendering/mdoc"
176
177
- name: Build Microsite
178
run: cd ./modules/website && yarn && yarn swizzle docusaurus-lunr-search SearchBar --danger --wrap && yarn build
0 commit comments