We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70d571 commit 0332ae5Copy full SHA for 0332ae5
1 file changed
.github/workflows/release.yml
@@ -167,7 +167,7 @@ jobs:
167
168
for world in $worlds; do
169
echo " Generating markdown for world: $world"
170
- wit-bindgen markdown "$wit_path" -w "$world" --html-in-md --all-features
+ wit-bindgen markdown "$wit_path" -w "$world" --html-in-md --all-features --out-dir "proposals/$proposal"
171
done
172
fi
173
0 commit comments