mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
changed makefile
This commit is contained in:
@@ -81,6 +81,9 @@ theme:
|
|||||||
github: publish
|
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"
|
||||||
|
cp -a /custom/. "$(OUTPUTDIR)/custom/"
|
||||||
|
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