We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad64b4 commit b45ea77Copy full SHA for b45ea77
.github/workflows/gh-pages.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.FONTAWESOME_AUTH_TOKEN }}
31
- name: Build
32
- run: hugo
+ run: hugo --minify
33
- name: Upload artifact
34
uses: actions/upload-pages-artifact@v3
35
with:
package.json
@@ -7,7 +7,7 @@
7
"clean": "rm -r public",
8
"build": "hugo",
9
"dev": "hugo server --environment=development",
10
- "serve": "hugo server --environment=production",
+ "serve": "hugo server --environment=production --minify",
11
"test": "echo \"Error: no test specified\" && exit 1"
12
},
13
"author": "Sebastian Stenzel",
0 commit comments