mirror of https://github.com/searxng/searxng.git
gh-pages - build docs & deploy on gh-pages branch
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
5b14772b20
commit
0011890043
|
@ -22,4 +22,5 @@ node_modules/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
local/
|
local/
|
||||||
|
gh-pages/
|
||||||
searx.egg-info/
|
searx.egg-info/
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ help:
|
||||||
@echo ' run - run developer instance'
|
@echo ' run - run developer instance'
|
||||||
@echo ' install - developer install (./local)'
|
@echo ' install - developer install (./local)'
|
||||||
@echo ' uninstall - uninstall (./local)'
|
@echo ' uninstall - uninstall (./local)'
|
||||||
|
@echo ' gh-pages - build docs & deploy on gh-pages branch'
|
||||||
@echo ''
|
@echo ''
|
||||||
@$(MAKE) -s -f utils/makefile.include make-help
|
@$(MAKE) -s -f utils/makefile.include make-help
|
||||||
@echo ''
|
@echo ''
|
||||||
|
|
Loading…
Reference in New Issue