From 36d7dfdb854658a57164cb746d38a3819e988da7 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Mon, 1 Apr 2024 13:41:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Hamud_Book_Generate_zh-Hans-CN.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Hamud_Book_Generate_zh-Hans-CN.yml b/.github/workflows/Hamud_Book_Generate_zh-Hans-CN.yml index 2632597..344c0f5 100644 --- a/.github/workflows/Hamud_Book_Generate_zh-Hans-CN.yml +++ b/.github/workflows/Hamud_Book_Generate_zh-Hans-CN.yml @@ -61,7 +61,7 @@ jobs: id: sitemap uses: cicirello/generate-sitemap@v1 with: - base-url-path: https://hamud.pj568.eu.org/ + base-url-path: https://hamud.pj568.sbs/ # Deploy - uses: JamesIves/github-pages-deploy-action@v4 @@ -70,4 +70,4 @@ jobs: folder: . # The folder the action should deploy. - name: Ping Google - run: curl https://www.google.com/ping?sitemap=https://hamud.pj568.eu.org/sitemap.xml + run: curl https://www.google.com/ping?sitemap=https://hamud.pj568.sbs/sitemap.xml