From 72a183e379a966cfd5ccf8547f3cec43170084e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=A2=20S=2E=20P=2E=20O=2E=20Clayton?= Date: Mon, 20 Jun 2022 17:16:43 -0400 Subject: [PATCH] Add custom env for asciidoc --- gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.yaml b/gitea.yaml index 1fbe61e..d63d96d 100755 --- a/gitea.yaml +++ b/gitea.yaml @@ -67,7 +67,7 @@ "GITEA__repository__ROOT": /app/gitea/data/gitea-repositories "GITEA__markup.asciidoc__ENABLED": "true" "GITEA__markup.asciidoc__FILE_EXTENSIONS": .adoc,.asciidoc - "GITEA__markup.asciidoc__RENDER_COMMAND": "asciidoctor -s -a showtitle --out-file=- -" + "GITEA__markup.asciidoc__RENDER_COMMAND": "asciidoctor -s -a showtitle -a env-gitea -a env=gitea --out-file=- -" "GITEA__markup.asciidoc__IS_INPUT_FILE": "false" "GITEA__server__SSH_DOMAIN": code.sean.wtf "GITEA__server__DOMAIN": code.sean.wtf