We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f816e9 commit 51f1c28Copy full SHA for 51f1c28
.github/workflows/deploy_to_gh_pages_next.yaml
@@ -77,7 +77,7 @@ jobs:
77
run: ${{ steps.detect-package-manager.outputs.runner }} next build
78
79
- name: Add CNAME for custom domain
80
- run: echo "sac.iiitnr.ac.in" > ./out/CNAME
+ run: echo "${{ secrets.PROJECT_SUBDOMAIN }}.iiitnr.ac.in" > ./out/CNAME
81
82
- name: Upload artifact
83
uses: actions/upload-pages-artifact@v3
0 commit comments