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