Add Gitlab CI

This commit is contained in:
Hoang Nguyen 2020-12-06 15:28:06 +03:00
parent e216392ee0
commit 9334b8ec6a
2 changed files with 13 additions and 0 deletions

11
.gitlab-ci.ymml Normal file
View File

@ -0,0 +1,11 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master

View File

@ -1,5 +1,7 @@
# A minimal startpage
> The site is hosted on Gitlab --> [here](https://folliehiyuki.gitlab.io/Startpage/)
### :clipboard: To-do list :clipboard:
- [ ] Make the page responsive