mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
Update blog
This commit is contained in:
parent
deff6d8c66
commit
1be4d76645
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -13,6 +13,7 @@ INSTALL_STAMP = $(VENV)/.install.stamp
|
|||
PYTHON=$(VENV)/bin/python
|
||||
PELICAN=$(VENV)/bin/pelican
|
||||
PIP=$(VENV)/bin/pip
|
||||
GIT=LD_PRELOAD=/home/dan/dev/GitBSLR/gitbslr.so /usr/bin/git
|
||||
|
||||
DEBUG ?= 0
|
||||
ifeq ($(DEBUG), 1)
|
||||
|
@ -52,6 +53,8 @@ publish: install
|
|||
|
||||
github: publish
|
||||
ghp-import -n $(OUTPUTDIR)
|
||||
git push origin gh-pages
|
||||
$(GIT) push origin gh-pages
|
||||
|
||||
up:
|
||||
$(GIT) add content/* && $(GIT) commit -am "Update blog" && $(GIT) push && make github
|
||||
.PHONY: html clean serve devserver publish
|
||||
|
|
Loading…
Reference in a new issue