Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit ffdd972

Browse files
yoshuawuytsricochet
authored andcommitted
generate markdown for both worlds
1 parent 7414c80 commit ffdd972

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
run: find . -type f -name "*.wit" -exec sed -i "s/${{ inputs.prev_version }}/${{ inputs.next_version }}/g" {} +
4343
- name: Upgrade wit deps
4444
run: wit-deps update
45-
- name: Generate markdown
46-
run: wit-bindgen markdown wit --html-in-md --all-features
45+
- name: Generate markdown for the proxy world
46+
run: wit-bindgen markdown wit -w proxy --html-in-md --all-features
47+
- name: Generate markdown for the imports world
48+
run: wit-bindgen markdown wit -w imports --html-in-md --all-features
4749

4850
# file PR
4951
- name: Create feature branch

0 commit comments

Comments
 (0)