mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
warn against uncommited changes
This commit is contained in:
@@ -54,6 +54,7 @@ linkcheck: setup
|
|||||||
|
|
||||||
.PHONY: multiversion
|
.PHONY: multiversion
|
||||||
multiversion: setup
|
multiversion: setup
|
||||||
|
git diff --quiet || >&2 echo "\033[31;1;4mWARNING: Uncommitted changes will not be included in ./_build\033[0m"
|
||||||
@mkdir -p $(HOME)/.cache/pypoetry/virtualenvs
|
@mkdir -p $(HOME)/.cache/pypoetry/virtualenvs
|
||||||
$(POETRY) run sphinx-multiversion source $(BUILDDIR)/dirhtml
|
$(POETRY) run sphinx-multiversion source $(BUILDDIR)/dirhtml
|
||||||
@echo
|
@echo
|
||||||
|
|||||||
Reference in New Issue
Block a user