Skip to content

Commit

Permalink
feat: custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jul 1, 2023
1 parent 7b1da7a commit bd17795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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
Expand All @@ -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: master # deploying branch
cname: garden.michaeldemar.co
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://quartz.jzhao.xyz/"
baseURL = "https://garden.michaeldemar.co/"
languageCode = "en-us"
relativeURLs = false
disablePathToLower = true
Expand Down

0 comments on commit bd17795

Please sign in to comment.