Compare commits

...

9 Commits

Author SHA1 Message Date
Drew Hynes 9c925eb479 Merge branch 'swagger-implementation' into 'master'
Swagger implementation

See merge request dword4/nhlapi!36
2023-11-09 14:46:28 +00:00
Drew Hynes 04c652d0c5 updated to new API spec 2023-11-09 14:43:38 +00:00
Drew Hynes f810e66f55 added env 2023-01-25 00:48:55 +00:00
Drew Hynes 0944d424fd removed pages section 2023-01-25 00:43:44 +00:00
Drew Hynes 9793c2ecd2 adding changes to try to deploy to pages 2023-01-25 00:39:54 +00:00
Drew Hynes e669b084ec fix attempt 2022-12-26 10:34:08 -05:00
Drew Hynes 8679695402 removed attempt at output to public folder 2022-12-26 10:30:06 -05:00
Drew Hynes f5baf6d765 added empty file 2022-12-26 10:22:57 -05:00
Drew Hynes 1b42b5d55c revision to redoc-cli usage 2022-12-26 15:18:36 +00:00
3 changed files with 60465 additions and 3137 deletions

View File

@ -4,7 +4,10 @@ pages:
stage: deploy
script:
- npm install -g redoc-cli
- redoc-cli build public/index.html swagger/openapi.yaml
- redoc-cli build swagger/openapi.yaml
- cp redoc-static.html public/index.html
artifacts:
paths:
- public
- public/
environment:
name: pages

0
public/index.html Normal file
View File

File diff suppressed because one or more lines are too long