Skip to content

Commit ebe65ec

Browse files
committed
try this base path
1 parent 4172096 commit ebe65ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: false
2626

2727
env:
28-
BASE_PATH: /brno.python.pizza
28+
BASE_PATH: '/brno.python.pizza'
2929

3030
jobs:
3131
# Build job
@@ -41,8 +41,8 @@ jobs:
4141
# with:
4242
# node-version: "20"
4343
# cache: ${{ steps.detect-package-manager.outputs.manager }}
44-
- name: Set Environment Variables
45-
run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
44+
# - name: Set Environment Variables
45+
# run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
4646
- name: Setup Pages
4747
uses: actions/configure-pages@v5
4848
with:

0 commit comments

Comments
 (0)