From 8d3310bc28d2f51868547ffd3451b35a9070e428 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Tue, 6 Feb 2024 17:21:40 -0500 Subject: [PATCH] remove google sitemap ping --- .github/workflows/cicd.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e199cdc..f8824ba 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,8 +3,6 @@ name: Rust on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] env: CARGO_TERM_COLOR: always @@ -14,7 +12,6 @@ concurrency: cancel-in-progress: false jobs: - build: runs-on: ubuntu-latest steps: @@ -58,10 +55,3 @@ jobs: run: 'curl -H "X-Server-Select: www1" https://ezrizhu.com | grep ${{ github.sha }}' - name: Ensure that default is updated run: 'curl https://ezrizhu.com | grep ${{ github.sha }}' - - google: - needs: deploy - runs-on: ubuntu-latest - steps: - - name: Upload sitemap - run: curl "www.google.com/webmasters/tools/ping?sitemap=https://ezrizhu.com/sitemap.xml"