]> pere.pagekite.me Git - text-destroy-surveillance.git/commitdiff
Try to get web pages working.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 12 Oct 2020 10:24:36 +0000 (12:24 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 12 Oct 2020 10:24:36 +0000 (12:24 +0200)
Should show up as
<URL: https://petterreinholdtsen.gitlab.org/how-to-destroy-surveillance-capitalism/ >.

.gitlab-ci.yml [new file with mode: 0644]
archive/index.html [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..6d1111f
--- /dev/null
@@ -0,0 +1,11 @@
+image: alpine:latest
+
+pages:
+  stage: deploy
+  script:
+  - echo 'Nothing to do...'
+  artifacts:
+    paths:
+    - archive
+  only:
+    - master
diff --git a/archive/index.html b/archive/index.html
new file mode 100644 (file)
index 0000000..cd341a4
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <title>Book</title>
+  <head>
+  <body>
+    <p>Book</p>
+  </body>
+</html>