Skip to content

Commit 12f9152

Browse files
committed
set the gh env correctly this time for sure v2
1 parent 00e4a29 commit 12f9152

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
# node-version: "20"
4040
# cache: ${{ steps.detect-package-manager.outputs.manager }}
4141
- name: Set Environment Variables
42-
run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
42+
env:
43+
BASE_PATH: /brno.python.pizza
44+
run: |
45+
echo "" > .env.local
46+
echo BASE_PATH=$BASE_PATH >> .env.local
4347
- name: Setup Pages
4448
uses: actions/configure-pages@v5
4549
with:

0 commit comments

Comments
 (0)