We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32d43 commit ded61bdCopy full SHA for ded61bd
.github/workflows/publish.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Build static pages
23
run: |
24
- export BASE_URL=https://echo.labstack.com/
+ export BASE_URL=https://$(echo $GITHUB_REPOSITORY | cut -f1 -d"/").github.io/echox/
25
cd website
26
hugo -D --baseURL $BASE_URL
27
0 commit comments