Skip to content

Commit c2afe1a

Browse files
authored
Update hugo.yaml
1 parent 46d6d91 commit c2afe1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
--gc \
6161
--minify \
6262
--baseURL "${{ steps.pages.outputs.base_url }}/"
63+
- name: Remove symlinks from public folder
64+
run: find public -type l -exec rm -f {} +
6365
- name: Upload artifact
6466
uses: actions/upload-artifact@v4
6567
with:

0 commit comments

Comments
 (0)