Skip to content

Commit

Permalink
set server root
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Nov 7, 2024
1 parent 3857a11 commit 883598b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Deploy

env:
SERVER_ROOT: https://models.accordproject.org

on:
push:
branches:
Expand Down Expand Up @@ -32,7 +35,7 @@ jobs:
run: npm install

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

- name: Set S3
Expand Down

0 comments on commit 883598b

Please sign in to comment.