diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..03db73a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: alpine:latest + +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - public + only: + - master diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..11e2f18 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* https://slides.gitlab-pages.theorangeone.net/:splat 200 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..dc1b538 --- /dev/null +++ b/public/index.html @@ -0,0 +1,10 @@ + + +
+ +