From 3e8da82bc8ba48604f13843cf8ba44aaa005fcfa Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Mar 2025 22:24:27 -0600 Subject: [PATCH] feat: Add index.html to PR preview deployment --- .github/workflows/deploy.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b66cefd9..fd2e6bb0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,13 @@ jobs: - uses: actions/checkout@v4 # Si no tienes build, solo copia los archivos - - name: Prepare static preview folder - run: | - mkdir -p preview - cp meta.json preview/ - cp -r blueprints preview/ + - name: Prepare static preview folder + run: | + mkdir -p preview + cp meta.json preview/ + cp -r blueprints preview/ + echo "