gh-pages - build docs & deploy on gh-pages branch

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2019-12-12 14:15:41 +01:00
parent 5b14772b20
commit 0011890043
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -22,4 +22,5 @@ node_modules/
build/
dist/
local/
gh-pages/
searx.egg-info/

View File

@ -21,6 +21,7 @@ help:
@echo ' run - run developer instance'
@echo ' install - developer install (./local)'
@echo ' uninstall - uninstall (./local)'
@echo ' gh-pages - build docs & deploy on gh-pages branch'
@echo ''
@$(MAKE) -s -f utils/makefile.include make-help
@echo ''