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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index 7037f2ce..3d803945 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -60,3 +60,9 @@ changelog:
ifndef GITLAB_PRIVATE_TOKEN
$(error GITLAB_PRIVATE_TOKEN is undefined)
endif
+
+.PHONY: zip
+
+zip:
+ cd $(PWD)/shared/pages/$(PROJECT_SUBDIR)/ && \
+ zip -r public.zip public/