From 7f175fea07a7781c6e00ef9b2f53ee1ed7d57153 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Fri, 3 May 2024 18:16:05 +0300 Subject: [PATCH] Set env vars for the build code --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 162ac99..efb6d0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,10 @@ jobs: run: poetry install --no-interaction - name: Build html files + env: + INDEX: index.yml + TEMPLATES: templates + OUTPUT: build run: | poetry run python -m pypi_index_builder.build touch build/.nojekyll