Skip to content

Commit 8234564

Browse files
committed
just set base path as env
1 parent 4690be8 commit 8234564

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/nextjs.yml

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

0 commit comments

Comments
 (0)