Skip to content

Commit df76611

Browse files
ci: remove deploy input from deploy docs
1 parent 5183ce8 commit df76611

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ on:
33
push:
44
branches: [main]
55
workflow_dispatch:
6-
inputs:
7-
deploy:
8-
type: boolean
9-
required: true
10-
default: true
11-
description: 'Deploy manual build'
6+
# nothing here
127

138
jobs:
149
build-docs:
@@ -30,8 +25,8 @@ jobs:
3025
path: docs/
3126

3227
deploy-docs:
33-
needs: build-docs
34-
if: inputs.deploy
28+
needs:
29+
- build-docs
3530
permissions:
3631
pages: write
3732
id-token: write

0 commit comments

Comments
 (0)