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 }}" }