[mod] CI: minor changes

* utils/makefile.python: travis-gh-pages renamed ci-gh-pages
This commit is contained in:
Alexandre Flament 2021-02-02 08:37:00 +01:00
parent 34de715e62
commit 90b9d0d6a8
2 changed files with 3 additions and 3 deletions

View file

@ -186,8 +186,8 @@ gh-pages: docs-clean docs
git commit -q -m "make gh-pages: from $(shell git config --get remote.origin.url)@$(shell git rev-parse HEAD)" ;\
git push -f origin gh-pages
PHONY += travis-gh-pages
travis-gh-pages: docs-clean docs
PHONY += ci-gh-pages
ci-gh-pages: docs-clean docs
rm -Rf $(GH_PAGES)
mkdir -p $(GH_PAGES)
$(MAKE) prepare-gh-pages