Skip to content

Commit 8e92b58

Browse files
author
Noah Lee
authored
Fix the bug of markdown (#19)
1 parent e55c962 commit 8e92b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/deploy.yml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Field |Type |Required |Description
2424
`deployable_ref` |*string* |`false` |This field specifies which the ref(branch, SHA, tag) is deployable or not. It supports the regular expression `re2`.
2525
`auto_deploy_on` |*string* |`false` |This field controls auto-deployment behaviour given a ref(branch, SHA, tag). If any new push events are detected on this event, the deployment will be triggered. It supports the regular expression ([re2](https://github.com/google/re2/wiki/Syntax)). E.g. `refs/heads/main` or `refs/tags/v.*`
2626
`review` |*[Review](#review)* |`false` |This field configures reviewers.
27-
`frozen_windows` |*[][Frozen Window](#frozen-window)* |`false` |This field configures to add a frozen window to prevent unintended deployment for the environment.
27+
`frozen_windows` |*[\][Frozen Window](#frozen-window)* |`false` |This field configures to add a frozen window to prevent unintended deployment for the environment.
2828

2929
## Review
3030

0 commit comments

Comments
 (0)