Skip to content

Commit

Permalink
next try to generate html
Browse files Browse the repository at this point in the history
  • Loading branch information
olieidel committed Sep 21, 2024
1 parent 2c1dd46 commit 7124052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/generate-swagger-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:

- name: Install dependencies
run: |
npm install -g @apidevtools/swagger-cli
npm install -g redoc-cli
- name: Bundle OpenAPI file
run: swagger-cli bundle eudamed_api_openapi3_1.yaml --outfile swagger.yaml --type yaml
npm install -g @redocly/cli
- name: Generate HTML
run: redoc-cli bundle swagger.yaml --output index.html
run: redocly build-docs eudamed_api_openapi_3_1.yml --output index.html

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
File renamed without changes.

0 comments on commit 7124052

Please sign in to comment.