Skip to content

Commit

Permalink
fix: better url
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 5e0d309 commit 371d79b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
ZOLA_VERSION: v0.19.2
USER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
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 }}
BASE_URL: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 371d79b

Please sign in to comment.