From afd2275fd01deafe5fdcfea128ec599c92a529b1 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Sat, 1 Jul 2023 20:53:42 +0100 Subject: [PATCH] Maybe fix stable/latest builds of the docs --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index c1e0efe..4ae965d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,7 +14,7 @@ endif html-build: BUILDDIR=$(BUILDDIR) sphinx-build -b html . _build/$(BUILDDIR)/en/ - echo "version=$(BUILDDIR)" >> $GITHUB_ENV + echo "version=$(BUILDDIR)" >> $GITHUB_OUTPUT html-local: