diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-12 14:15:41 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-12 14:15:41 +0100 |
commit | 0011890043a65b318a32134ab4029f3c74bc07ee (patch) | |
tree | 2926e4522cb69689a6c3f3514c5bf09fd17f050f | |
parent | 5b14772b203fa32a9a2c7a6951a3c17ff32b6d88 (diff) | |
download | searxng-0011890043a65b318a32134ab4029f3c74bc07ee.tar.gz searxng-0011890043a65b318a32134ab4029f3c74bc07ee.zip |
gh-pages - build docs & deploy on gh-pages branch
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 31800016d..069dfd35b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ node_modules/ build/ dist/ local/ +gh-pages/ searx.egg-info/ @@ -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 '' |