Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: drop unused doc/publish.sh
Lars Wirzenius committed 6 months ago
commit 92f309a75b3393718d0774940ef048e27a9016f1
parent 91358ed
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