mirror of
https://gitlab.com/dword4/nhlapi.git
synced 2026-08-05 00:54:14 +00:00
first attempt at swagger docs
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
image: node:latest
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- npm install -g redoc-cli
|
||||||
|
- redoc-cli bundle public/index.html swagger/openapi.yaml
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user