From 7672f21b859d43116ce2df4876321ce076642494 Mon Sep 17 00:00:00 2001 From: G0V1NDS Date: Thu, 25 Jul 2024 18:22:03 +0530 Subject: [PATCH] Added CNAME file to the gh-pages to avoid reset of custom domain redirect --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 950945d..4303439 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,6 +65,7 @@ jobs: mkdir gh-pages cp release/resume.html gh-pages/index.html cp release/resume.pdf gh-pages/ + echo "resume.govind.guru" > gh-pages/CNAME - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3