From 3a58eab931cdcafe3737a4315ed864a293cd2eaa Mon Sep 17 00:00:00 2001 From: Amos Date: Mon, 28 Oct 2024 14:30:57 +0800 Subject: [PATCH] Fix: Page last updated --- .github/workflows/build.yml | 1 + tool/translator/robots.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e0617430f..04cb3c18f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,6 +129,7 @@ jobs: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: recursive + fetch-depth: 0 - name: Enable Corepack run: corepack enable - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 diff --git a/tool/translator/robots.txt b/tool/translator/robots.txt index c2a49f4fb8..bd18479fbb 100644 --- a/tool/translator/robots.txt +++ b/tool/translator/robots.txt @@ -1,2 +1,4 @@ User-agent: * Allow: / + +Sitemap: https://docs.flutter.cn/sitemap.xml