Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Sep 23, 2023
1 parent b7f951e commit 9beabed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ||
Expand Down

0 comments on commit 9beabed

Please sign in to comment.