Skip to content

Commit

Permalink
ci: add a new job in next.js workflow to build a redoc api documentat…
Browse files Browse the repository at this point in the history
…ion page
  • Loading branch information
m-benamor committed Sep 27, 2024
1 parent 0b62361 commit 59c74d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out

build_redoc:
runs-on: ubuntu-latest
Expand All @@ -92,7 +88,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out/openapi
path: ./out

# Deployment job
deploy:
Expand Down

0 comments on commit 59c74d0

Please sign in to comment.