From c3c73b4048e9d48c2bbea3ec0beb4492459478a8 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 30 Jul 2018 12:21:10 +0200 Subject: [PATCH] first commit, attempt at gitlab pages --- .gitlab-ci.yml | 11 +++++++++++ public/reply-001.html | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 public/reply-001.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ec73d9b --- /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/reply-001.html b/public/reply-001.html new file mode 100644 index 0000000..b9295f2 --- /dev/null +++ b/public/reply-001.html @@ -0,0 +1,18 @@ + + +Hello World + +
+ +

in reply to: @aaronpk

+

Trying out this guide to sending webmentions

+

+ + + +

+
+