mirror of https://github.com/dapr/docs.git
Ensure minification of output (#4793)
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
0288a24a00
commit
dd60552f4a
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Build Hugo Website
|
||||
run: |
|
||||
git config --global --add safe.directory /github/workspace
|
||||
hugo
|
||||
hugo --minify
|
||||
- name: Deploy Website
|
||||
id: builddeploy
|
||||
uses: Azure/static-web-apps-deploy@v1
|
||||
|
|
Loading…
Reference in New Issue