mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
Revert
This commit is contained in:
@@ -78,10 +78,8 @@ publish:
|
|||||||
theme:
|
theme:
|
||||||
"$(PELICANTHEME)" --install "$(THEMEDIR)" --verbose
|
"$(PELICANTHEME)" --install "$(THEMEDIR)" --verbose
|
||||||
|
|
||||||
gitlab: html
|
github: publish
|
||||||
test -d "$(OUTPUTDIR)" &&\
|
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)"
|
||||||
mkdir -p public &&\
|
git push -f origin $(GITHUB_PAGES_BRANCH)
|
||||||
rm -rf public/* &&\
|
|
||||||
cp -r "$(OUTPUTDIR)"/* public/
|
|
||||||
|
|
||||||
.PHONY: html help clean regenerate serve serve-global devserver publish github
|
.PHONY: html help clean regenerate serve serve-global devserver publish github
|
||||||
|
|||||||
Reference in New Issue
Block a user