mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Makefile: gh-pages: keep history of gh-branch intact (don't drop)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
04eeeb53a1
commit
121f696460
2 changed files with 8 additions and 5 deletions
3
Makefile
3
Makefile
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
export GIT_URL=https://github.com/asciimoo/searx
|
||||
export SEARX_URL=https://searx.me
|
||||
export DOCS_URL=https://asciimoo.github.io/searx/
|
||||
|
||||
PYOBJECTS = searx
|
||||
DOC = docs
|
||||
|
|
@ -59,6 +60,8 @@ PHONY += docs-live
|
|||
docs-live: pyenvinstall sphinx-live
|
||||
$(call cmd,sphinx_autobuild,html,docs,docs)
|
||||
|
||||
$(GH_PAGES)::
|
||||
@echo "doc available at --> $(DOCS_URL)"
|
||||
|
||||
# test
|
||||
# ----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue