Skip to content

Commit 51f1c28

Browse files
committed
Update deploy_to_gh_pages_next.yaml
1 parent 4f816e9 commit 51f1c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_gh_pages_next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: ${{ steps.detect-package-manager.outputs.runner }} next build
7878

7979
- name: Add CNAME for custom domain
80-
run: echo "sac.iiitnr.ac.in" > ./out/CNAME
80+
run: echo "${{ secrets.PROJECT_SUBDOMAIN }}.iiitnr.ac.in" > ./out/CNAME
8181

8282
- name: Upload artifact
8383
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)