Skip to content

Commit

Permalink
Update generate_site.yml
Browse files Browse the repository at this point in the history
修改 BASE_URL
  • Loading branch information
cnaron authored Jul 9, 2024
1 parent 7fd4de0 commit 02c21cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
ZOLA_VERSION: v0.17.2
USER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
BASE_URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
BASE_URL: https://blog.cnaron.com
# 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 02c21cc

Please sign in to comment.