From 3f3647f4fbfda1272800095e79e348fb982e0363 Mon Sep 17 00:00:00 2001 From: Avinal Kumar <185067@nith.ac.in> Date: Sun, 15 Nov 2020 22:52:13 +0530 Subject: [PATCH] add CNAME --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1091fa3..8219047 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,8 @@ theme: "$(PELICANTHEME)" --install "$(THEMEDIR)" --verbose github: publish + touch "$(OUTPUTDIR)/CNAME" + echo "avinal.is-a.dev" > "$(OUTPUTDIR)/CNAME" ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)" git push -f origin $(GITHUB_PAGES_BRANCH)