Skip to content

Commit 00e4a29

Browse files
committed
set the gh env correctly this time for sure now
1 parent 114bb57 commit 00e4a29

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
# node-version: "20"
4040
# cache: ${{ steps.detect-package-manager.outputs.manager }}
4141
- name: Set Environment Variables
42-
env:
43-
run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
42+
run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
4443
- name: Setup Pages
4544
uses: actions/configure-pages@v5
4645
with:

0 commit comments

Comments
 (0)