From 8aa71efb28fb07defaf543638b25441df6a3f71b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 10 Jun 2021 14:35:09 +0530 Subject: README: Do not use org macros. Unfortunately, GitHub's org exporter does not support macros. * README.org (ci-badge): Delete macro. Replace ci-badge macro invocations with expansions. --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 4b26e56..93dab94 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,6 @@ #+TITLE: Concise Common Workflow Language (ccwl) -#+MACRO: ci-badge [[https://ci.systemreboot.net/jobs/$1][https://ci.systemreboot.net/badge/$1.svg]] -{{{ci-badge(ccwl-with-guile-3.0)}}} {{{ci-badge(ccwl-with-guile-3.0-latest)}}} {{{ci-badge(ccwl-website)}}} +[[https://ci.systemreboot.net/jobs/ccwl-with-guile-3.0][https://ci.systemreboot.net/badge/ccwl-with-guile-3.0.svg]] [[https://ci.systemreboot.net/jobs/ccwl-with-guile-3.0-latest][https://ci.systemreboot.net/badge/ccwl-with-guile-3.0-latest.svg]] [[https://ci.systemreboot.net/jobs/ccwl-website][https://ci.systemreboot.net/badge/ccwl-website.svg]] The Concise Common Workflow Language (ccwl) is a concise syntax to express CWL workflows. It is implemented as an Embedded Domain -- cgit v1.2.3