Skip to content

Commit 114bb57

Browse files
committed
set the gh env correctly this time
1 parent 8258145 commit 114bb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# cache: ${{ steps.detect-package-manager.outputs.manager }}
4141
- name: Set Environment Variables
4242
env:
43-
BASE_PATH: /brno.python.pizza
43+
run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v5
4646
with:

0 commit comments

Comments
 (0)