From 4a56bc2830f9802f3b9356a95766ce28c0990219 Mon Sep 17 00:00:00 2001 From: "deno-deploy[bot]" <75045203+deno-deploy[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:39:21 +0000 Subject: [PATCH 1/3] [Deno Deploy] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5546c6ff7..baa53b198 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,9 @@ name: Deploy on: push: - branches: develop-fixed-dco + branches: qa-fixed-dco pull_request: - branches: develop-fixed-dco + branches: qa-fixed-dco jobs: deploy: @@ -37,6 +37,6 @@ jobs: - name: Upload to Deno Deploy uses: denoland/deployctl@v1 with: - project: "credebl-dev-ui" + project: "credebl-studio-qa" entrypoint: "server/entry.mjs" root: "dist" From b5694086a7408e71f967545e32e9635a6d80aa8d Mon Sep 17 00:00:00 2001 From: "deno-deploy[bot]" <75045203+deno-deploy[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:21:26 +0000 Subject: [PATCH 2/3] [Deno Deploy] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index baa53b198..185f08def 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,3 +40,5 @@ jobs: project: "credebl-studio-qa" entrypoint: "server/entry.mjs" root: "dist" + + From 1b48b662f68d253ae71eabd3bda187d5cb810f9f Mon Sep 17 00:00:00 2001 From: bhavanakarwade Date: Tue, 7 Jan 2025 13:10:44 +0530 Subject: [PATCH 3/3] hotfix: updated links (#858) * hotfix: updated links Signed-off-by: bhavanakarwade * fix: formatted anchor tag Signed-off-by: bhavanakarwade --------- Signed-off-by: bhavanakarwade --- src/pages/index.astro | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index efef92dab..ffd4f34d3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -60,8 +60,9 @@ const env = import.meta.env || process.env;