Sfoglia il codice sorgente

build: Don't build documentation before pushing

Ole 9 anni fa
parent
commit
25cd41f6b0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -39,7 +39,7 @@ docs:
 	mkdocs build --clean
 	doxygen
 
-push-gh-pages: docs
+push-gh-pages:
 	git subtree push --prefix docs/output origin gh-pages
 
 # Tests