Skip to content

Commit e3fde4c

Browse files
Update .github/workflows/docs.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d175868 commit e3fde4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
message: "Starting deployment of preview ⏳..."
7777

7878
- name: Set base URL for preview
79-
run: echo "BASE_URL=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ env.PR_PATH }}/" >> $GITHUB_ENV
79+
run: echo "BASE_URL=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ env.PR_PATH }}/" >> "$GITHUB_ENV"
8080

8181
- name: Checkout
8282
uses: actions/checkout@v4

0 commit comments

Comments
 (0)