Skip to content

Commit ef34282

Browse files
authored
Hopefully fix microsite (#1706)
1 parent 4e76a36 commit ef34282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: echo "SMITHY4S_VERSION=$(cs resolve com.disneystreaming.smithy4s:smithy4s-core_2.13:latest.stable | head -1 | awk -F':' '{print $3}')" >> $GITHUB_ENV
173173

174174
- name: Compile Documentation Markdown Files
175-
run: sbt "docs/mdoc"
175+
run: sbt "docsRendering/mdoc"
176176

177177
- name: Build Microsite
178178
run: cd ./modules/website && yarn && yarn swizzle docusaurus-lunr-search SearchBar --danger --wrap && yarn build

0 commit comments

Comments
 (0)