Skip to content

Commit 6b85164

Browse files
committed
chore: set environment variable for public base URL in build workflow
1 parent 4e4627e commit 6b85164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Test
22

33
on: [pull_request, push]
44

5+
env:
6+
NEXT_PUBLIC_BASE_URL: https://thenextlvl.net
7+
58
jobs:
69
build-and-start:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)