diff options
author | pacien | 2022-12-01 16:31:14 +0100 |
---|---|---|
committer | pacien | 2022-12-01 16:31:14 +0100 |
commit | 44f992828b0e08303a2468eb656fde884ab81c71 (patch) | |
tree | 595a7f11e2b42de38bc6604ac333dcadccd144f1 | |
parent | f3156c300855e2a68748824a0792054519e9f8d9 (diff) | |
download | markdown-course-website-44f992828b0e08303a2468eb656fde884ab81c71.tar.gz |
ci: avoid special value
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b908c94..639a128 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -20,7 +20,7 @@ pages: | |||
20 | only: | 20 | only: |
21 | - main | 21 | - main |
22 | 22 | ||
23 | script: true | 23 | script: echo "nothing to build, just deploying" |
24 | 24 | ||
25 | artifacts: | 25 | artifacts: |
26 | paths: | 26 | paths: |