File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 52
52
run : npm install -g api-spec-converter
53
53
54
54
- name : Build
55
- run : make BUILD="build"
55
+ run : make BUILD="build" DOCS_SERVER="https://api.us.code42.com"
56
56
env :
57
57
ga_analytics_id : ${{ secrets.GA_ANALYTICS }}
58
58
Original file line number Diff line number Diff line change 48
48
run : npm install -g api-spec-converter
49
49
50
50
- name : Build
51
- run : make BUILD="build"
51
+ run : make BUILD="build" DOCS_SERVER="https://api.us.code42.com"
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ DOCS_SRC = docs-src
3
3
DOCS = $(DOCS_SRC ) /docs
4
4
DOCS_OUT = $(DOCS_SRC ) /out
5
5
API_DOCS = $(BUILD ) /api
6
- DOCS_SERVER = "https://api.us.code42.com"
7
- # DOCS_SERVER = "http://localhost:5000" # Use this value as the docserver for a locally hosted baldur instance
6
+ DOCS_SERVER := "http://localhost:5000"
8
7
BUILD_SCRIPTS = build-scripts
9
8
10
9
all :: clean docs html locations download transform definitions unify
You can’t perform that action at this time.
0 commit comments