From 46329c4077014f05dd9016ad687bf3765b53c9d3 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Sat, 9 Nov 2024 09:14:15 +0530 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a2472069..d879346f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -72,5 +72,5 @@ jobs: title: "Update preview for ${{ env.tag_name }}" body: | Automated PR to update preview gif for version ${{ env.tag_name }} - ![preview](https://raw.githubusercontent.com/${{ github.repository }}/feature/preview-${{ env.tag_name }}/docs/assets/preview.gif) + ![preview](https://raw.githubusercontent.com/${{ github.repository }}/feature/preview-${{ env.tag_name }}/.github/preview.gif) if: success()