From 3ca80fe3264c7883538bc19b1f95857ac945577e Mon Sep 17 00:00:00 2001 From: JustZvan Date: Tue, 24 Mar 2026 19:21:15 +0000 Subject: feat: add autodeploy to gitlab pages --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..318c1b0 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: hugomods/hugo:exts + +variables: + HUGO_ENV: production + +default: + before_script: + - hugo version + +create-pages: + stage: deploy + script: + - hugo --minify + pages: true -- cgit v1.2.3