Преглед изворни кода

build: Don't build documentation before pushing

Ole пре 9 година
родитељ
комит
25cd41f6b0
1 измењених фајлова са 1 додато и 1 уклоњено
  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