Skip to content

Commit 883598b

Browse files
committed
set server root
Signed-off-by: Dan Selman <[email protected]>
1 parent 3857a11 commit 883598b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and Deploy
22

3+
env:
4+
SERVER_ROOT: https://models.accordproject.org
5+
36
on:
47
push:
58
branches:
@@ -32,7 +35,7 @@ jobs:
3235
run: npm install
3336

3437
- name: NPM Build
35-
run: SERVER_ROOT=https://models.accordproject.org && npm run build
38+
run: npm run build
3639
if: github.ref == 'refs/heads/main'
3740

3841
- name: Set S3

0 commit comments

Comments
 (0)