1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

makefile corrected

This commit is contained in:
avinal
2020-12-01 19:29:42 +05:30
parent 228ec6e4e2
commit 698558e44b
+1 -1
View File
@@ -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)