Explorar o código

build: Don't build documentation before pushing

Ole %!s(int64=9) %!d(string=hai) anos
pai
achega
25cd41f6b0
Modificáronse 1 ficheiros con 1 adicións e 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