1
0
This commit is contained in:
syui 2024-12-27 20:23:38 +09:00
parent 5bd6fa65b2
commit b83b530933
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.139.2"
extended: true
- name: Build - name: Build
env: env:

View File

@ -28,7 +28,7 @@
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "WebSite", "@type": "WebSite",
"name": "{{ .Title }}", "name": "{{ .Title }}",
"url": "https://yui.syui.ai" "url": "{{ .Site.BaseURL }}"
} }
</script> </script>