Skip to content

Commit ab6472f

Browse files
committed
Revert "Revert "fix baseurl for https://echo.labstack.com/""
This reverts commit ded61bd.
1 parent ded61bd commit ab6472f

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)