From ef606a8c8914a444624a89edee78976db16468ac Mon Sep 17 00:00:00 2001 From: Andrew Danger Lyon Date: Thu, 28 Mar 2024 00:37:40 -0700 Subject: [PATCH] trying env again --- .github/workflows/www.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/www.yml b/.github/workflows/www.yml index 074ec6b..57a2c4a 100644 --- a/.github/workflows/www.yml +++ b/.github/workflows/www.yml @@ -41,7 +41,9 @@ jobs: - name: Fool build system into ignoring the paper run: mkdir -p ../paper/src - name: Build - run: URL=https://basisproject.net make + env: + URL: https://basisproject.net + run: make all - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default uses: actions/upload-pages-artifact@v3