Revert "change site url"

This reverts commit 42833d5f33.
This commit is contained in:
kapureka6174 2023-01-28 17:00:50 +09:00
parent 552d8c936b
commit 73091e0c0b
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Build Link Index
uses: jackyzha0/hugo-obsidian@v2.18
@ -24,7 +24,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.96.0"
hugo-version: '0.96.0'
extended: true
- name: Build
@ -35,5 +35,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: master # deploying branch
cname: kapureka6174.github.io
publish_branch: master # deploying branch
cname: quartz.jzhao.xyz

View File

@ -1,4 +1,4 @@
baseURL = "https://kapureka6174.github.io/quartz/"
baseURL = "https://quartz.jzhao.xyz/"
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
relativeURLs = false