We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc4084 commit 3a58eabCopy full SHA for 3a58eab
.github/workflows/build.yml
@@ -129,6 +129,7 @@ jobs:
129
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
130
with:
131
submodules: recursive
132
+ fetch-depth: 0
133
- name: Enable Corepack
134
run: corepack enable
135
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
tool/translator/robots.txt
@@ -1,2 +1,4 @@
1
User-agent: *
2
Allow: /
3
+
4
+Sitemap: https://docs.flutter.cn/sitemap.xml
0 commit comments