Skip to content

Commit f67676b

Browse files
committed
Update base url
Signed-off-by: Vishal Rana <[email protected]>
1 parent ab6472f commit f67676b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
- name: Build static pages
2323
run: |
24-
export BASE_URL=https://echo.labstack.com/
2524
cd website
26-
hugo -D --baseURL $BASE_URL
25+
hugo -D
2726
2827
- name: Publish to gh-pages branch
2928
uses: peaceiris/actions-gh-pages@v3
3029
with:
3130
github_token: ${{ secrets.GITHUB_TOKEN }}
3231
publish_dir: ./website/public
32+
cname: echo.labstack.com

0 commit comments

Comments
 (0)