diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml deleted file mode 100644 index e28c519af..000000000 --- a/.github/workflows/sync-upstream.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Sync Upstream - -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - -jobs: - sync: - runs-on: ubuntu-latest - - steps: - - name: Sync Upstream - uses: ikxin/sync-upstream@main - with: - github_token: ${{ secrets.SYNC_TOKEN }} - target_repository: "zhcndoc/astro" - target_branch: "upstream" - upstream_repository: "withastro/docs" - upstream_branch: "main" diff --git a/src/components/starlight/Head.astro b/src/components/starlight/Head.astro index e9afe5863..c77bd7d13 100644 --- a/src/components/starlight/Head.astro +++ b/src/components/starlight/Head.astro @@ -20,12 +20,4 @@ const is404 = Astro.url.pathname.endsWith('/404/'); - - - - +