From 2c8a3ddccfa9db61d39e901fdd3dd3970f74f1dd Mon Sep 17 00:00:00 2001 From: Yosh Date: Thu, 3 Apr 2025 20:19:07 +0200 Subject: [PATCH] render all features on ci --- .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 34ffe2f..e6ba2cd 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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