From ec739dddc4b08689605b3ddf3fda102ab492ffba Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Sat, 4 Nov 2023 10:28:57 +0100 Subject: [PATCH] fixup! allow defining a custom site --- .github/workflows/build-gluon.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-gluon.yml b/.github/workflows/build-gluon.yml index 0b15c5365f..fec95f3125 100644 --- a/.github/workflows/build-gluon.yml +++ b/.github/workflows/build-gluon.yml @@ -63,6 +63,9 @@ jobs: GLUON_SITE_URL: ${{ inputs.site_url || vars.GLUON_SITE_URL }} GLUON_SITE_BRANCH: ${{ inputs.site_branch || vars.GLUON_SITE_BRANCH }} + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Build run: contrib/actions/run-build.sh ${{ matrix.target }} env: