Skip to content

Commit 24857f2

Browse files
committed
ci: Fix environment default
1 parent 30ba451 commit 24857f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525
jobs:
2626
deploy:
2727
name: Deploy Documentation to ${{ inputs.environment || 'development' }}
28-
environment: ${{ inputs.environment || 'production'}}
28+
environment: ${{ inputs.environment || 'development'}}
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)