Skip to content

Commit

Permalink
remove google sitemap ping
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Feb 6, 2024
1 parent f7e4d23 commit 8d3310b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -14,7 +12,6 @@ concurrency:
cancel-in-progress: false

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -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"

0 comments on commit 8d3310b

Please sign in to comment.