all: architecture.html
publish: all
if [ "$(git branch --show-current)" = main ]; then \
if [ "${RADICLE_CI_BROKER_WEBROOT:-unset}" != unset ]; then \
if [ "$$(git branch --show-current)" = main ]; then \
if [ "$${RADICLE_CI_BROKER_WEBROOT:-unset}" != unset ]; then \
install -d -m 0755 "$(RADICLE_CI_BROKER_WEBROOT)"; \
install -m 0644 *.html "$(RADICLE_CI_BROKER_WEBROOT)"; \
fi; \