Skip to content

Commit 6802e0b

Browse files
author
Thierry Boileau
committed
Fix github pages base url
1 parent 2fe77f4 commit 6802e0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
run: |
6868
hugo \
6969
--gc \
70-
--baseURL "${{ steps.pages.outputs.base_url }}/" \
70+
# --baseURL "${{ steps.pages.outputs.base_url }}/" \
71+
--baseURL "https://restlet.talend.com/" \
7172
--cacheDir "${{ runner.temp }}/hugo_cache"
7273
- name: Cache Save
7374
id: cache-save

0 commit comments

Comments
 (0)