[gimp-web-devel/hugo: 5/7] pipeline setup
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/hugo: 5/7] pipeline setup
- Date: Sun, 24 Jul 2022 14:30:18 +0000 (UTC)
commit f830911e6d1614f85f8d42e6e06a6a174240fe4b
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]