We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f447f commit ee46a89Copy full SHA for ee46a89
1 file changed
.github/workflows/hugo.yaml
@@ -87,7 +87,7 @@ jobs:
87
hugo \
88
--gc \
89
--minify \
90
- --baseURL "https://build-blog.team3128.org/" \
+ --baseURL "https://team3128.org/build-blog" \
91
--cacheDir "${{ runner.temp }}/hugo_cache"
92
- name: Cache save
93
id: cache-save
@@ -102,7 +102,7 @@ jobs:
102
deploy:
103
environment:
104
name: github-pages
105
- url: https://build-blog.team3128.org/
+ url: https://team3128.org/build-blog
106
runs-on: ubuntu-latest
107
needs: build
108
steps:
0 commit comments