diff options
| author | winniehell <git@winniehell.de> | 2016-07-12 18:47:54 +0200 |
|---|---|---|
| committer | winniehell <git@winniehell.de> | 2016-07-12 18:47:54 +0200 |
| commit | 86c71e1015e32ec9730fc82fba6fe2abe212d607 (patch) | |
| tree | 57efb34ff3aa2938967259913fdc7aec44a5c42f | |
| parent | Update README (diff) | |
| download | pages-plain-html-86c71e1015e32ec9730fc82fba6fe2abe212d607.tar.gz | |
Move index.html to simplify .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 6 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | public/index.html (renamed from index.html) | 0 |
3 files changed, 3 insertions, 7 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 @@ -29,9 +29,7 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml): pages: stage: deploy script: - - mkdir .public - - cp -r * .public - - mv .public public + - echo 'Nothing to do...' artifacts: paths: - public diff --git a/index.html b/public/index.html index c5cec8a..c5cec8a 100644 --- a/index.html +++ b/public/index.html |
