mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-10 09:41:27 +08:00
feat: do not deploy to sub dir
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
deploy:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
url: https://colin-xkl.github.io/
|
||||
runs-on: ubuntu-22.04
|
||||
needs: build
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user