Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: drop unused doc/publish.sh
Lars Wirzenius committed 8 months ago
commit c0a4caf0906af289aa38d5040216b4572d0602ef
parent 6bcf81400438044df0a11a564112fcdfbc9c381e
2 files changed +0 -14
modified doc/Makefile
@@ -16,9 +16,6 @@

all: architecture.html userguide.html overview.html

-
publish: all
-
	bash publish.sh
-

architecture.html: architecture.subplot architecture.md Makefile messages.md

messages.md: messages.sh messages.txt
deleted doc/publish.sh
@@ -1,11 +0,0 @@
-
#!/bin/bash
-

-
set -xeuo pipefail
-

-
if [ "${RADICLE_CI_BROKER_WEBROOT:-unset}" != unset ]; then
-
	echo web root set, publishing arch doc there
-
	install -d -m 0755 "$RADICLE_CI_BROKER_WEBROOT"
-
	install -m 0644 ./*.html "$RADICLE_CI_BROKER_WEBROOT"
-
else
-
	echo web root is not set, not publishing arch doc
-
fi