From 42833d5f33a57cda0777cb81a621652e25bb9002 Mon Sep 17 00:00:00 2001 From: kapureka6174 Date: Sat, 28 Jan 2023 16:51:38 +0900 Subject: [PATCH] change site url --- .github/workflows/deploy.yaml | 8 ++++---- config.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a56a30e33..51533df9a 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: quartz.jzhao.xyz + publish_branch: master # deploying branch + cname: kapureka6174.github.io diff --git a/config.toml b/config.toml index a545ed815..9498aa20b 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://quartz.jzhao.xyz/" +baseURL = "https://kapureka6174.github.io/quartz/" languageCode = "en-us" googleAnalytics = "G-XYFD95KB4J" relativeURLs = false