Skip to content

Commit 01f215f

Browse files
authored
Merge branch 'main' into copilot/add-page-tag-wrapping-logic
2 parents 3c7b60d + 01ab162 commit 01f215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
--build-env MDX_BASEURL="https://github.com/${{ github.repository }}/raw/${{ github.head_ref || github.ref_name }}/docs" \
110110
--build-env EDIT_BASEURL="https://github.com/${{ github.repository }}/edit/${{ github.head_ref || github.ref_name }}/docs" \
111111
--build-env SOURCECODE_BASEURL="https://github.com/${{ github.repository }}/tree/${{ github.head_ref || github.ref_name }}" \
112-
--build-env NEXT_PUBLIC_URL="$VERCEL_PROJECT_PRODUCTION_URL" \
112+
--build-env NEXT_PUBLIC_URL="https://$VERCEL_PROJECT_PRODUCTION_URL" \
113113
--build-env ICON= \
114114
--build-env LOGO=gutenberg.jpg \
115115
--build-env GITHUB="https://github.com/${{ github.repository }}" \

0 commit comments

Comments
 (0)