Skip to content

Commit

Permalink
Fix docs build node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nuric committed Jul 19, 2024
1 parent 416556d commit cd14997
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
- uses: actions/checkout@v4
# Compile redoc
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: npx @redocly/cli build-docs openapi.yaml
working-directory: httpapi/v2
- run: mv httpapi/v2/redoc-static.html docs/static/api-reference.html
Expand Down

0 comments on commit cd14997

Please sign in to comment.