Skip to content

Commit

Permalink
Update git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Feb 20, 2025
1 parent df6d1b8 commit 1b1432e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ docs_sync() {
laravel_like_docs_sync
;;

github-project-php)
github_project_php_sync
;;

all)
if [ "$USE_SUBMODULES" = true ]; then
clone_submodules
else
telegram_git_notifier_docs_sync
laravel_like_docs_sync
github_project_php_sync
fi
;;
esac
Expand Down Expand Up @@ -91,3 +96,7 @@ telegram_git_notifier_docs_sync() {
laravel_like_docs_sync() {
repo_sync_template "laravel-like-docs"
}

github_project_php_sync() {
repo_sync_template "github-project-php-docs"
}

0 comments on commit 1b1432e

Please sign in to comment.