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