summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorunderground <underground@underground.pm>2025-01-20 21:23:25 +0100
committerunderground <underground@underground.pm>2025-01-20 21:23:25 +0100
commit85613f2088d19b5f9135073ef667f89616c7c6d1 (patch)
tree1cbb2514e6b1172ec8d41d80dd3b6fe1b93d31f3 /.github/workflows
parent7c954ac35d79cb2fea2e4e1a19ef5dcedac37100 (diff)
downloadmiraikumiko.com-85613f2088d19b5f9135073ef667f89616c7c6d1.tar.gz
miraikumiko.com-85613f2088d19b5f9135073ef667f89616c7c6d1.tar.bz2
Updated
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml2
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