Skip to content

Commit

Permalink
fix: broken CI pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaldanam committed Jun 18, 2024
1 parent 824a2bf commit 4a0084b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
with:
node-version: '20'

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

- name: Generate HTML from OpenAPI JSON
run: npx @redocly/cli build-docs openapi.json

- name: Move generated HTML to docs directory
run: mv redoc-static.html docs/index.html
run: |
mkdir -p docs
mv redoc-static.html docs/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 4a0084b

Please sign in to comment.