Skip to content

Commit 532a4cc

Browse files
authored
Update deploy_to_gh_pages_vite.yaml
1 parent cda838f commit 532a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_gh_pages_vite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: ${{ steps.detect-package-manager.outputs.runner }} vite build --base=/ --outDir=dist
5959

6060
- name: Add CNAME for custom domain
61-
run: echo "moneymatters.iiitnr.ac.in" > ./dist/CNAME
61+
run: echo "mun.iiitnr.ac.in" > ./dist/CNAME
6262

6363
- name: Upload artifact
6464
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)