get rid of minify (not sure though)

This commit is contained in:
cedricve
2021-06-07 21:12:14 +02:00
parent b434663f88
commit 2c8697bb5e

View File

@@ -22,7 +22,7 @@ jobs:
extended: true
- name: Build
run: hugo --minify
run: hugo
- name: Deploy
uses: peaceiris/actions-gh-pages@v3