From 85f92ec309ff48f95a72db818901a850f6b0f7d2 Mon Sep 17 00:00:00 2001 From: Yosh Date: Thu, 6 Feb 2025 16:59:01 +0100 Subject: [PATCH] fix markdown generation --- .github/workflows/update.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a0b1112..e6ba2cd 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -44,8 +44,10 @@ jobs: run: find . -type f -name "deps.toml" -exec sed -i "s/${{ inputs.prev_version }}/${{ inputs.next_version }}/g" {} + - name: Upgrade wit deps run: wit-deps update - - name: Generate markdown - run: wit-bindgen markdown wit --html-in-md --all-features + - name: Generate markdown for the command world + run: wit-bindgen markdown wit -w command --html-in-md --all-features + - name: Generate markdown for the imports world + run: wit-bindgen markdown wit -w imports --html-in-md --all-features # file PR - name: Create feature branch