Skip to content

Commit 1dd622d

Browse files
committed
remove duplicate slash
1 parent fc01a0a commit 1dd622d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
hugo \
5858
--gc \
5959
--minify \
60-
--baseURL "https://${{ steps.pages.outputs.host }}/${{ steps.pages.outputs.base_path }}/"
60+
--baseURL "https://${{ steps.pages.outputs.host }}${{ steps.pages.outputs.base_path }}/"
6161
- name: Upload artifact
6262
uses: actions/upload-pages-artifact@v3
6363
with:

0 commit comments

Comments
 (0)