FIX v3 docs should track `3` branch

Previously tracking the 3.7 branch - not showing the most up to date documentation
This commit is contained in:
brynwhyman 2021-08-18 17:29:55 +12:00
parent a9e37c0ee3
commit e9b8a69ea8
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/**`
}
},