Skip to content

Commit

Permalink
Update nextjs.yml - add base path environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bay40k authored Feb 9, 2024
1 parent cc227a8 commit fed1ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ 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
env:
BASE_PATH: '/psp2wpp_wave_editor'
# Deprecated
# - name: Static HTML export with Next.js
# run: ${{ steps.detect-package-manager.outputs.runner }} next export
Expand Down

0 comments on commit fed1ec5

Please sign in to comment.