Skip to content

Commit 9a32d43

Browse files
committed
1 parent 6cb0e35 commit 9a32d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Build static pages
2323
run: |
24-
export BASE_URL=https://$(echo $GITHUB_REPOSITORY | cut -f1 -d"/").github.io/echox/
24+
export BASE_URL=https://echo.labstack.com/
2525
cd website
2626
hugo -D --baseURL $BASE_URL
2727

0 commit comments

Comments
 (0)