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:
@@ -82,7 +82,7 @@ github: publish
|
|||||||
touch "$(OUTPUTDIR)/CNAME"
|
touch "$(OUTPUTDIR)/CNAME"
|
||||||
echo "avinal.is-a.dev" > "$(OUTPUTDIR)/CNAME"
|
echo "avinal.is-a.dev" > "$(OUTPUTDIR)/CNAME"
|
||||||
mkdir -p "$(OUTPUTDIR)/custom"
|
mkdir -p "$(OUTPUTDIR)/custom"
|
||||||
cp -a /custom/. "$(OUTPUTDIR)/custom/"
|
cp -a custom/. "$(OUTPUTDIR)/custom/"
|
||||||
cp 404.html "$(OUTPUTDIR)"
|
cp 404.html "$(OUTPUTDIR)"
|
||||||
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)"
|
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)"
|
||||||
git push -f origin $(GITHUB_PAGES_BRANCH)
|
git push -f origin $(GITHUB_PAGES_BRANCH)
|
||||||
|
|||||||
Reference in New Issue
Block a user