Pārlūkot izejas kodu

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

Ole 9 gadi atpakaļ
vecāks
revīzija
af963b38b9
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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