From d1c5d962f9ad0e867787ffd91d0778487cdbd3fe Mon Sep 17 00:00:00 2001 From: PJ568 Date: Mon, 1 Apr 2024 11:31:00 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=BA=90]=20=E6=9B=B4=E6=96=B0=E5=9F=9F?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Home_Index.yml | 6 +++--- CNAME | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 CNAME diff --git a/.github/workflows/Home_Index.yml b/.github/workflows/Home_Index.yml index 337e817..74c8266 100644 --- a/.github/workflows/Home_Index.yml +++ b/.github/workflows/Home_Index.yml @@ -30,14 +30,14 @@ jobs: run: | mkdir ./Web unzip -o $GITHUB_WORKSPACE/Web.zip -d ./Web - ls ./Web + ls -R ./Web rm $GITHUB_WORKSPACE/Web.zip - name: Generate the sitemap id: sitemap uses: cicirello/generate-sitemap@v1 with: - base-url-path: https://Calc.pj568.eu.org/ + base-url-path: https://Calc.pj568.sbs/ - name: Output sitemap stats run: | @@ -52,4 +52,4 @@ jobs: folder: . # The folder the action should deploy. - name: Ping Google - run: curl https://www.google.com/ping?sitemap=https://Calc.pj568.eu.org/sitemap.xml + run: curl https://www.google.com/ping?sitemap=https://Calc.pj568.sbs/sitemap.xml diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..fdfcb0b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +CALC.PJ568.SBS \ No newline at end of file