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

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 5 years ago
parent 5b14772b20
commit 0011890043

1
.gitignore vendored

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

Loading…
Cancel
Save