Skip to content

Commit ee46a89

Browse files
Update hugo.yaml
1 parent 67f447f commit ee46a89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
hugo \
8888
--gc \
8989
--minify \
90-
--baseURL "https://build-blog.team3128.org/" \
90+
--baseURL "https://team3128.org/build-blog" \
9191
--cacheDir "${{ runner.temp }}/hugo_cache"
9292
- name: Cache save
9393
id: cache-save
@@ -102,7 +102,7 @@ jobs:
102102
deploy:
103103
environment:
104104
name: github-pages
105-
url: https://build-blog.team3128.org/
105+
url: https://team3128.org/build-blog
106106
runs-on: ubuntu-latest
107107
needs: build
108108
steps:

0 commit comments

Comments
 (0)