From 698558e44b080927361b945fb23dba3bfae42673 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Tue, 1 Dec 2020 19:29:42 +0530 Subject: [PATCH] makefile corrected --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb1cde5..5509347 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ github: publish touch "$(OUTPUTDIR)/CNAME" echo "avinal.is-a.dev" > "$(OUTPUTDIR)/CNAME" mkdir -p "$(OUTPUTDIR)/custom" - cp -a /custom/. "$(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)