From 04d83432df357bd987dd0195b1e92ca674387cf6 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:25:26 -0600 Subject: [PATCH] fix: remove unnecessary comment from build preview workflow - Eliminated an internal issue comment from the artifact upload step for clarity. - Ensured the workflow remains clean and focused on essential configurations. --- .github/workflows/build-preview.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index bb01c79..fcdd7c1 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -41,5 +41,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: preview-build - path: app/dist - There is an internal issue with your Cloudflare Pages Git installation. If this issue persists after reinstalling your installation, contact support: https://cfl.re/3WgEyrH. \ No newline at end of file + path: app/dist \ No newline at end of file