Merge pull request #234 from creative-commoners/master

FIX v3 docs should track `3` branch
This commit is contained in:
Steve Boyd 2021-08-18 17:45:19 +12:00 committed by GitHub
commit 6fe74b1fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = [
options: {
name: `docs--3`,
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
branch: `3.7`,
branch: `3`,
patterns: `docs/en/**`
}
},