Skip to content

Commit 24c4906

Browse files
committed
ci: pass SITE_URL on ci action
1 parent 3ed7777 commit 24c4906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: mconf/mconf-ci-jobs/.github/workflows/lb-node-build.yml@main
1313
with:
1414
node-version: '18'
15+
build-env: |
16+
SITE_URL=${{ vars.SITE_URL }}
1517
runs-on: '["ubuntu-22.04"]'
1618

1719
# lint:

0 commit comments

Comments
 (0)