Skip to content

Commit 0332ae5

Browse files
authored
fix: markdown gen to proposal dir (#840)
1 parent c70d571 commit 0332ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
168168
for world in $worlds; do
169169
echo " Generating markdown for world: $world"
170-
wit-bindgen markdown "$wit_path" -w "$world" --html-in-md --all-features
170+
wit-bindgen markdown "$wit_path" -w "$world" --html-in-md --all-features --out-dir "proposals/$proposal"
171171
done
172172
fi
173173
done

0 commit comments

Comments
 (0)