Merge pull request #247 from silverstripe/pulls/master/412-docs

MNT Update v4 docs branch to 4.12
This commit is contained in:
Maxime Rainville 2022-11-11 14:49:54 +13:00 committed by GitHub
commit c2d2c370a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ module.exports = [
options: {
name: `docs--4`,
remote: `https://github.com/silverstripe/developer-docs.git`,
branch: `4.11`,
branch: `4.12`,
patterns: `en/**`
}
},
@ -26,4 +26,4 @@ module.exports = [
patterns: `en/**`
}
},
];
];