mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
change url
This commit is contained in:
parent
73091e0c0b
commit
fd712f823d
8
.github/workflows/deploy.yaml
vendored
8
.github/workflows/deploy.yaml
vendored
@ -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: quartz.jzhao.xyz
|
||||
publish_branch: hugo # deploying branch
|
||||
cname: kapureka6174.github.io
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
baseURL = "https://quartz.jzhao.xyz/"
|
||||
baseURL = "https://kapureka6174.github.io/quartz/"
|
||||
languageCode = "en-us"
|
||||
googleAnalytics = "G-XYFD95KB4J"
|
||||
relativeURLs = false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user