We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7afcc8 commit f85b507Copy full SHA for f85b507
.asf.yaml
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-# NOTE: All configurations could be found here: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+# NOTE: All configurations could be found here: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
19
github:
20
description: Apache APISIX Website
21
homepage: https://apisix.apache.org/
@@ -46,3 +46,9 @@ github:
46
required_approving_review_count: 2
47
publish:
48
whoami: asf-site
49
+# If there is a test site in preview/sample-staging
50
+# autostage will publish the site at apisix-sample.staged.apache.org
51
+staging:
52
+ profile: ~
53
+ whoami: asf-staging
54
+ autostage: preview/*
0 commit comments