Explorar o código

build: Remove auto-commiting featuire from 'push-gh-pages' target

Ole %!s(int64=9) %!d(string=hai) anos
pai
achega
af963b38b9
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Makefile

+ 0 - 2
Makefile

@@ -40,8 +40,6 @@ docs:
 	doxygen
 
 push-gh-pages: docs
-	git add docs/output
-	git commit -m "docs: Automated update $$(date)"
 	git subtree push --prefix docs/output origin gh-pages
 
 # Tests