git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 477534fafd8f926caffde3e36b9dfb5ed7c2e140
parent 23b61e3cab7b08a53d4e91e4dcd3d84dd8bc1d15
Author: Luís Ferreira <[email protected]>
Date:   Fri,  1 Oct 2021 02:35:52 +0100

github: workflows: build minified files

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
M.github/workflows/build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: run: | apk add rsync - name: Build website - run: make full-build + run: make full-build HUGO_ARGS=--minify - name: Archive artifact folder run: tar -cvf public.tar public - name: Upload Artifacts