Skip to content

Commit 8258145

Browse files
committed
Add base path env variable to workflow
1 parent b1d6af7 commit 8258145

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
# with:
3939
# node-version: "20"
4040
# cache: ${{ steps.detect-package-manager.outputs.manager }}
41+
- name: Set Environment Variables
42+
env:
43+
BASE_PATH: /brno.python.pizza
4144
- name: Setup Pages
4245
uses: actions/configure-pages@v5
4346
with:

0 commit comments

Comments
 (0)