Skip to content

Commit 6a7ba6e

Browse files
committed
Lang OK + Fix baseURL in GitHub Actions workflow
1 parent 935817b commit 6a7ba6e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
uses: actions/configure-pages@v5
3636

3737
- name: Build
38-
run: hugo --minify --gc --cleanDestinationDir --baseURL "${{ steps.pages.outputs.base_url }}/"
38+
run: hugo --minify --gc --cleanDestinationDir
39+
3940

4041
- name: Upload artifact
4142
uses: actions/upload-pages-artifact@v3

batch/!tmp_file!

Whitespace-only changes.

0 commit comments

Comments
 (0)