From ad6443afdca7cb3cd0afc518949cc1958702eb58 Mon Sep 17 00:00:00 2001 From: Quentin Fortier Date: Fri, 16 Aug 2024 12:11:41 +0200 Subject: [PATCH] Update --- docusaurus.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3c828f7..96e099a 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -16,6 +16,7 @@ const config: Config = { // If you aren't using GitHub pages, you don't need these. organizationName: 'mpi-lamartin', // Usually your GitHub org/user name. projectName: 'mpi-lamartin.github.io', // Usually your repo name. + deploymentBranch: 'gh-pages', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',