Skip to content

Commit

Permalink
fixup! allow defining a custom site
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Nov 4, 2023
1 parent 85326ae commit ec739dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ec739dd

Please sign in to comment.