File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,12 +30,7 @@ get-server-sources:
3030 cd build && sh get-server-sources.sh $(DRONE_BRANCH )
3131
3232openapi-spec : get-server-sources
33- git submodule update --init
34- cd build/openapi-extractor && composer install
35- cd build && ./openapi-extractor/merge-specs \
36- --core server/core/openapi.json \
37- --merged ../developer_manual/_static/openapi.json \
38- $$(ls server/apps/*/openapi.json )
33+ cp build/server/openapi.json developer_manual/_static/openapi.json
3934 cd developer_manual/_static && \
4035 wget https://unpkg.com/@stoplight/
[email protected] /web-components.min.js -O stoplight-elements.js
&& \ 4136 wget https://unpkg.com/@stoplight/
[email protected] /styles.min.css -O stoplight-elements.css
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments