summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-02-02 08:37:00 +0100
committerAlexandre Flament <alex@al-f.net>2021-02-02 08:53:57 +0100
commit90b9d0d6a8248832ba5a093ba7540ea6dd9b531a (patch)
tree2153107cc67d0237fb21df1e1116c635eaf68c3b /utils
parent34de715e620a192185e093e1e6caca04ae3cb77a (diff)
[mod] CI: minor changes
* utils/makefile.python: travis-gh-pages renamed ci-gh-pages
Diffstat (limited to 'utils')
-rw-r--r--utils/makefile.sphinx4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/makefile.sphinx b/utils/makefile.sphinx
index c0f39e87d..b674cf7f0 100644
--- a/utils/makefile.sphinx
+++ b/utils/makefile.sphinx
@@ -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