From 4b4b43a19e73a1c0d249cefaed0e2cddc99636a1 Mon Sep 17 00:00:00 2001 From: thibaudk Date: Wed, 28 Aug 2024 17:30:58 +0100 Subject: [PATCH] [ci] attempt to publish images --- .gitlab-ci.yml | 3 ++- README.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 README.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16703f7..d52fba7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ generate-deck: entrypoint: [""] script : - mkdir build/ + - cp -r images build - export MARP_USER="$(id -u):$(id -g)" - /home/marp/.cli/docker-entrypoint -I . -o build/ artifacts: @@ -22,7 +23,7 @@ pages: stage: deploy script: # Nothing to do, as we just need to publish the build/ dir - - mv build images public + - mv build public artifacts: paths: - public diff --git a/README.html b/README.html new file mode 100644 index 0000000..007b584 --- /dev/null +++ b/README.html @@ -0,0 +1,34 @@ +
+

Towards a universal button grid interface

+

And it's open implementation

+
+
+

A rich history

+
+
+

State of the art

+
+
+

Problem

+
    +
  • Plenty of closed source, propriatery hardware.
  • +
  • Sevral open source libraries, with diferent aproaches
  • +
  • Both lmany incompatibilites and many overlapping features
  • +
+
+
+

The issue of menus

+
+

![bg right:30% 80%](https://marp.app/assets/marp.svg)

\ No newline at end of file