File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
pull_request :
16
16
branches :
17
17
- " *"
18
+ push :
19
+ branches :
20
+ - " main"
18
21
19
22
permissions :
20
23
contents : read
21
24
22
25
jobs :
23
26
call-docs-build-push :
24
- uses : nginxinc/docs-actions/.github/workflows/docs-build-push.yml@main
27
+ uses : nginxinc/docs-actions/.github/workflows/docs-build-push.yml@9c59fab05a8131f4d691ba6ea2b6a119f3ef832a # v1.0.7
25
28
permissions :
26
29
pull-requests : write # needed to write preview url comment to PR
27
30
contents : read
32
35
docs_build_path : " ."
33
36
doc_type : " sphinx"
34
37
environment : ${{inputs.environment}}
38
+ auto_deploy_branch : " main"
39
+ auto_deploy_env : " prod"
35
40
secrets :
36
41
AZURE_CREDENTIALS : ${{secrets.AZURE_CREDENTIALS_DOCS}}
37
42
AZURE_KEY_VAULT : ${{secrets.AZURE_KEY_VAULT_DOCS}}
You can’t perform that action at this time.
0 commit comments