We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d6d91 commit c2afe1aCopy full SHA for c2afe1a
.github/workflows/hugo.yaml
@@ -60,6 +60,8 @@ jobs:
60
--gc \
61
--minify \
62
--baseURL "${{ steps.pages.outputs.base_url }}/"
63
+ - name: Remove symlinks from public folder
64
+ run: find public -type l -exec rm -f {} +
65
- name: Upload artifact
66
uses: actions/upload-artifact@v4
67
with:
0 commit comments