From 569951f385fc7cc42a3c32977fcb203bb8c1b891 Mon Sep 17 00:00:00 2001 From: Raphael Reitzig <4246780+reitzig@users.noreply.github.com> Date: Fri, 29 May 2020 00:47:52 +0200 Subject: [PATCH] Remove asciidoctor hack in favor of setup action. --- .github/scripts/reroute_asciidoctor.sh | 25 ------------------------- .github/workflows/gh-pages.yml | 17 ++++++++++------- 2 files changed, 10 insertions(+), 32 deletions(-) delete mode 100755 .github/scripts/reroute_asciidoctor.sh diff --git a/.github/scripts/reroute_asciidoctor.sh b/.github/scripts/reroute_asciidoctor.sh deleted file mode 100755 index 6cd64fb..0000000 --- a/.github/scripts/reroute_asciidoctor.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -set -eu - -binary="$(which asciidoctor)" -binary_orig="${binary}"_orig - -if [[ -L "${binary}" ]]; then - echo "Can not handle links yet" - exit 1 -fi - -mv "${binary}" "${binary_orig}" - -cat > "${binary}" <