summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 639a128..485f445 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,10 @@
1# GitLab Continuous Integration and Deployment configuration for the Markdown
2# course website example, using Nix for the build and publishing through GitLab
3# Pages.
4#
5# Author: Pacien TRAN-GIRARD
6# Licence: CC BY-NC 4.0
7
1stages: 8stages:
2 - build 9 - build
3 - publish 10 - publish