We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8ae6e commit 12ab0d8Copy full SHA for 12ab0d8
.github/workflows/update.yml
@@ -43,9 +43,9 @@ jobs:
43
- name: Upgrade wit deps
44
run: wit-deps update
45
- name: Generate markdown for the proxy world
46
- run: wit-bindgen markdown wit -w proxy --html-in-md --all-features
+ run: wit-bindgen markdown wit -w proxy --html-in-md --features=informational-outbound-responses
47
- name: Generate markdown for the imports world
48
- run: wit-bindgen markdown wit -w imports --html-in-md --all-features
+ run: wit-bindgen markdown wit -w imports --html-in-md --features=informational-outbound-responses
49
50
# file PR
51
- name: Create feature branch
0 commit comments