diff options
author | pacien | 2022-12-01 16:29:00 +0100 |
---|---|---|
committer | pacien | 2022-12-01 16:29:00 +0100 |
commit | f3156c300855e2a68748824a0792054519e9f8d9 (patch) | |
tree | cb19d5076432592d382931f64d1e10306ebe9a39 | |
parent | ed8937a7495e84c3aef9ae04ac63012fce90ad92 (diff) | |
download | markdown-course-website-f3156c300855e2a68748824a0792054519e9f8d9.tar.gz |
ci: add no-op script for deploy step
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83c7b38..b908c94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -20,6 +20,8 @@ pages: | |||
20 | only: | 20 | only: |
21 | - main | 21 | - main |
22 | 22 | ||
23 | script: true | ||
24 | |||
23 | artifacts: | 25 | artifacts: |
24 | paths: | 26 | paths: |
25 | - public | 27 | - public |