]> git.phdru.name Git - cookiecutter.git/commitdiff
Feat(mk-project): Set `publish-docs` as additional file for `./update-remotes`
authorOleg Broytman <phd@phdru.name>
Tue, 20 Aug 2024 15:28:24 +0000 (18:28 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 20 Aug 2024 15:29:05 +0000 (18:29 +0300)
mk-project

index 788ddbec1779257f68c8ec1fed7ac61385fe359e..3e6921ee9336f0fbe729bc6684061a464d89aeba 100755 (executable)
@@ -28,5 +28,6 @@ echo /update-remotes >>.git/info/exclude &&
 git add . &&
 git commit --message "Initial commit - created the project" &&
 git config htdocs.path "$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/"$project_name"/docs &&
+git config update-remotes.files publish-docs &&
 cp -p "$HOME"/current/projects/m_lib/update-remotes . &&
 exec devscripts/mk-git-aliases