From 55af5a6d93aa6f038a5c9b83ca86fec46dfa4b2a Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 24 May 2021 17:57:07 +0200 Subject: [PATCH] Read the docs: Point to main branch --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 0bea5e4d..ba9169a5 100755 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -156,7 +156,7 @@ module.exports = { name: 'repo-read-the-docs', remote: `https://github.com/oceanprotocol/readthedocs.git`, local: 'markdowns/', - branch: 'feature/include-readmes', + branch: 'main', patterns: [ 'markdowns/ocean-py', 'markdowns/aquarius',