We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4627e commit 6b85164Copy full SHA for 6b85164
.github/workflows/build.yml
@@ -2,6 +2,9 @@ name: Build Test
2
3
on: [pull_request, push]
4
5
+env:
6
+ NEXT_PUBLIC_BASE_URL: https://thenextlvl.net
7
+
8
jobs:
9
build-and-start:
10
runs-on: ubuntu-latest
0 commit comments