mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Add submodule.active false to Git config and remove invalid persist-credentials param
This commit is contained in:
parent
658e1869c2
commit
99bea9063d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
git config --global diff.ignoreSubmodules all
|
||||
git config --global fetch.recurseSubmodules false
|
||||
git config --global submodule.recurse false
|
||||
git config --global submodule.active false
|
||||
echo "Git configuration:"
|
||||
git config --list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue