feat: do not deploy to sub dir

This commit is contained in:
2022-11-27 22:21:00 +08:00
parent ff83511554
commit 6b5b31ac1d

View File

@@ -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: