From e616e27c91dcf944baa9c23ad603f194402c60e0 Mon Sep 17 00:00:00 2001 From: amitgupta0220 Date: Thu, 31 Oct 2024 00:01:24 -0500 Subject: [PATCH] testing continuous deployment-1 --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4d107b1..31591c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,3 +30,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages # Ensure this is the branch where your site is hosted publish_dir: ./dist # Vite outputs to `dist` by default + cname: "https://jaiprakashveerla.com/"