Skip to content

Commit

Permalink
Adjust yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Misiuk committed Aug 23, 2023
1 parent c4586b5 commit 8980bfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Debug
run: |
echo "BASE_URL: $BASE_URL"
echo "KINDE_CLIENT_ID: $KINDE_CLIENT_ID"
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
env:
Expand All @@ -91,6 +95,10 @@ jobs:
KINDE_SITE_URL: ${{ secrets.KINDE_SITE_URL }}
KINDE_POST_LOGOUT_REDIRECT_URL: ${{ secrets.KINDE_POST_LOGOUT_REDIRECT_URL }}
KINDE_POST_LOGIN_REDIRECT_URL: ${{ secrets.KINDE_POST_LOGIN_REDIRECT_URL }}
- name: Debug
run: |
echo "BASE_URL: $BASE_URL"
echo "KINDE_CLIENT_ID: $KINDE_CLIENT_ID"
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
Expand Down

0 comments on commit 8980bfa

Please sign in to comment.