Skip to content

Commit

Permalink
fix: change back
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Nov 7, 2024
1 parent 371d79b commit 8464880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
ZOLA_VERSION: v0.19.2
USER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
BASE_URL: ${{ steps.deployment.outputs.page_url }}
BASE_URL: https://blog.yihong0618.me # change to your own domain
# Change to below if you are using GitHub Pages
# BASE_URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8464880

Please sign in to comment.