Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Upgrade wit deps
run: wit-deps update
- name: Generate markdown for the command world
run: wit-bindgen markdown wit -w command --html-in-md --features=cli-with-exit-code
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 --features=cli-with-exit-code
run: wit-bindgen markdown wit -w imports --html-in-md --all-features

# file PR
- name: Create feature branch
Expand Down