From 228ec6e4e2b1176b0e6ad35f90d3c1595b95988d Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Tue, 1 Dec 2020 19:23:43 +0530 Subject: [PATCH] changed makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8219047..fb1cde5 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,9 @@ theme: github: publish touch "$(OUTPUTDIR)/CNAME" echo "avinal.is-a.dev" > "$(OUTPUTDIR)/CNAME" + mkdir -p "$(OUTPUTDIR)/custom" + cp -a /custom/. "$(OUTPUTDIR)/custom/" + cp 404.html "$(OUTPUTDIR)" ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)" git push -f origin $(GITHUB_PAGES_BRANCH)