Browse Source

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

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
0011890043
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 1 0
      Makefile

+ 1 - 0
.gitignore

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

+ 1 - 0
Makefile

@@ -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  ''