diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 7a272ec..42b1dd0 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -34,3 +34,7 @@ jobs: with: branch: gh-pages # The branch the action should deploy to. folder: public # The folder the action should deploy. + clean: true + clean-exclude: | + .nojekyll + .nojekyll