diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f775a78f5..5f1be854d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -143,7 +143,7 @@ jobs: # HIDDEN_CMDS: utilities that ship in the binary but we don't want to # advertise in the playground (e.g. `yes` produces infinite output # that just spams the terminal). - HIDDEN_CMDS='^(yes)$' + HIDDEN_CMDS='^(false|true|yes)$' commands=$(sed -n '/^feat_wasm = \[/,/^\]/p' Cargo.toml \ | grep -oE '"[a-zA-Z0-9_]+"' | tr -d '"' \ | sort -u | grep -vE "$HIDDEN_CMDS" | paste -sd, -)