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