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 8980bfa commit d310a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
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"
echo "BASE_URL: ${{ secrets.BASE_URL }}"
echo ${{ secrets.BASE_URL }} 'secrets.BASE_URL'
- 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 d310a9b

Please sign in to comment.