summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-07-12 18:47:54 +0200
committerwinniehell <git@winniehell.de>2016-07-12 18:47:54 +0200
commit86c71e1015e32ec9730fc82fba6fe2abe212d607 (patch)
tree57efb34ff3aa2938967259913fdc7aec44a5c42f /.gitlab-ci.yml
parentUpdate README (diff)
downloadpages-plain-html-86c71e1015e32ec9730fc82fba6fe2abe212d607.tar.gz
Move index.html to simplify .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b35fd8..7679a25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,9 @@
pages:
stage: deploy
script:
- - mkdir .public
- - cp -r * .public
- - mv .public public
+ - echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- - master \ No newline at end of file
+ - master