From 18072c86ec050ec326c2f34d844a55a0c2c09784 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Mar 2025 22:29:11 -0600 Subject: [PATCH] chore: Update PR preview deployment with static index.html --- .github/workflows/deploy.yml | 3 +-- index.html | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 index.html diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd2e6bb0..f0041dad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,8 +23,7 @@ jobs: mkdir -p preview cp meta.json preview/ cp -r blueprints preview/ - echo "

Preview for PR #${{ github.event.pull_request.number }}

" > preview/index.html - + cp index.html preview/ # Despliega el preview usando el action - uses: rossjrw/pr-preview-action@v1 diff --git a/index.html b/index.html new file mode 100644 index 00000000..a1f2f41c --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ +

Blueprints Preview

+