[gimp-web-devel/hugo: 7/16] pipeline setup
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/hugo: 7/16] pipeline setup
- Date: Sat, 6 Aug 2022 14:04:34 +0000 (UTC)
commit 45c9627ea965671932ff882a195642d2d81cbe06
Author: Robin Swift <robinswiftart gmail com>
Date: Sun Jul 24 12:59:09 2022 +0000
pipeline setup
.gitlab-ci.yml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..b24307b
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+
+
+image: registry.gitlab.com/pages/hugo/hugo_extended:latest
+
+variables:
+ GIT_SUBMODULE_STRATEGY: recursive
+
+pages:
+ script:
+ - hugo
+ artifacts:
+ paths:
+ - public
+ rules:
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]