Skip to content

Commit

Permalink
remove api docs
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mirz <markus.mirz@rwth-aachen.de>
  • Loading branch information
m-mirz committed Nov 17, 2023
1 parent e04f6c3 commit 74e3e35
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,10 @@ jobs:
with:
hugo-version: '0.71.1'
extended: true

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'

- name: Install pandoc
run: sudo apt-get install pandoc

- name: Install redoc-cli
run: npm install -g redoc-cli

- name: Generate redoc pages
run: |
mkdir -p ./public/api
npx redoc-cli bundle https://sogno-platform.github.io/dpsim-api/openapi.json -o public/api/dpsim-api.html
npx redoc-cli bundle https://raw.githubusercontent.com/sogno-platform/sogno-platform.github.io/proloaf-oas/static/api/openapi.json -o public/api/proloaf-api.html
- name: Cache dependencies
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 74e3e35

Please sign in to comment.