diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 51533df9a..a56a30e33 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 diff --git a/config.toml b/config.toml index 9498aa20b..a545ed815 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://kapureka6174.github.io/quartz/" +baseURL = "https://quartz.jzhao.xyz/" languageCode = "en-us" googleAnalytics = "G-XYFD95KB4J" relativeURLs = false