We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4172096 commit ebe65ecCopy full SHA for ebe65ec
1 file changed
.github/workflows/nextjs.yml
@@ -25,7 +25,7 @@ concurrency:
25
cancel-in-progress: false
26
27
env:
28
- BASE_PATH: /brno.python.pizza
+ BASE_PATH: '/brno.python.pizza'
29
30
jobs:
31
# Build job
@@ -41,8 +41,8 @@ jobs:
41
# with:
42
# node-version: "20"
43
# cache: ${{ steps.detect-package-manager.outputs.manager }}
44
- - name: Set Environment Variables
45
- run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
+# - name: Set Environment Variables
+# run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
46
- name: Setup Pages
47
uses: actions/configure-pages@v5
48
with:
0 commit comments