diff options
| author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-12 18:12:42 +0000 |
|---|---|---|
| committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-12 18:12:42 +0000 |
| commit | abe84c7b030afa386c0c13db85b84b71ac1f6298 (patch) | |
| tree | b3d5febdfcef99c4ea6529200140609084bbad66 /public | |
| parent | Merge branch 'smaller-docker-image' into 'master' (diff) | |
| parent | Move index.html to simplify .gitlab-ci.yml (diff) | |
| download | pages-plain-html-abe84c7b030afa386c0c13db85b84b71ac1f6298.tar.gz | |
Merge branch 'simplify-gitlab-ci.yml' into 'master'
Move index.html to simplify .gitlab-ci.yml
## What does this MR do?
- move `index.html` to public folder
- simplify `.gitlab-ci.yml`
## Are there points in the code the reviewer needs to double check?
Not really...
## Why was this MR needed?
Every build moves the `index.html` to the public folder—which is unnecessary if it can be there from the beginning.
## What are the relevant issue numbers?
None.
See merge request !10
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..c5cec8a --- /dev/null +++ b/public/index.html @@ -0,0 +1,5 @@ +<h1>Hello World!</h1> + +<p> + This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. +</p>
\ No newline at end of file |
