From b83b5309333b1c47c68933305a9823f3d75549e5 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 27 Dec 2024 20:23:38 +0900 Subject: [PATCH] fix --- .github/workflows/gh-pages.yml | 3 +++ layouts/partials/head.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a114e363..a732805c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,6 +12,9 @@ jobs: - uses: actions/checkout@v4 - name: Setup Hugo uses: peaceiris/actions-hugo@v3 + with: + hugo-version: "0.139.2" + extended: true - name: Build env: diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fe234345..f2d77bf7 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -28,7 +28,7 @@ "@context": "http://schema.org", "@type": "WebSite", "name": "{{ .Title }}", - "url": "https://yui.syui.ai" + "url": "{{ .Site.BaseURL }}" }