Skip to content

Commit

Permalink
구글 검색봇 Ping 요청 스케줄러 작업 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
doputer authored Dec 10, 2022
2 parents e6a7cb2 + cbfcf45 commit 1e5bece
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sitemap-ping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sitemap Ping Schedule

on:
schedule:
- cron: '0 0 * * *'

jobs:
cron:
name: Cron

runs-on: ubuntu-latest

steps:
- run: curl https://www.google.com/ping\?sitemap\=https://www.knoticle.app/sitemap.xml

0 comments on commit 1e5bece

Please sign in to comment.