Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-28 07:01:08 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-28 07:01:08 +0300
commitc44088f51bfc5f3586e89970de02cd31a8d18f01 (patch)
tree7922db65fa9f4130b12b8d5c421141fcc1daf071 /.github
parent1a307094accab1181cd30f574fdeaf6f956bf76f (diff)
ci: Add --gc
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy-github-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml
index 13fc642b..bea535f1 100644
--- a/.github/workflows/deploy-github-pages.yml
+++ b/.github/workflows/deploy-github-pages.yml
@@ -37,7 +37,7 @@ jobs:
working-directory: ./exampleSite
run: |
make data
- hugo --minify --themesDir ../ --layoutDir ../layouts --baseURL https://hugothemeiris.peaceiris.app/
+ hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL https://hugothemeiris.peaceiris.app/
- name: Deploy (script mode)
env: