Skip to content

Commit ded61bd

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

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.labstack.com/
24+
export BASE_URL=https://$(echo $GITHUB_REPOSITORY | cut -f1 -d"/").github.io/echox/
2525
cd website
2626
hugo -D --baseURL $BASE_URL
2727

0 commit comments

Comments
 (0)