diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67073e8..e51eefd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: hugo-version: 'latest' - name: Build site - run: hugo --minify + run: hugo --gc --minify - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 |