Explorar el Código

build: Don't build documentation before pushing

Ole hace 9 años
padre
commit
25cd41f6b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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