diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e38ae6bfbbb..5fa0fcff3cd 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -33,7 +33,7 @@ jobs: deploy-docs: runs-on: ubuntu-latest env: - runtime: ${{ !github.event.inputs.runtime && 'bun'}} + runtime: ${{ github.event.inputs.runtime || !github.event.inputs.runtime && 'bun'}} if: | github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' ||