From 2b65dc1a191637d70af72e83ff6d7441acd0a1ec Mon Sep 17 00:00:00 2001 From: Yosh Date: Thu, 6 Feb 2025 17:28:05 +0100 Subject: [PATCH] specify features --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f65b676..f38266b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -43,9 +43,9 @@ jobs: - name: Upgrade wit deps run: wit-deps update - name: Generate markdown for the proxy world - 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 - name: Generate markdown for the imports world - 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 # file PR - name: Create feature branch