From 1449c1b67d6e214d6afdb45fb7840aa6447bb96c Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 21 Aug 2023 18:13:24 -0300 Subject: [PATCH] manual replacement --- mlc_config.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/mlc_config.json b/mlc_config.json index a42e7ca..71eff71 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -8,10 +8,15 @@ } ], "replacementPatterns": [ - { - "pattern": "^/", - "replacement": "/github/workspace/" - } + "replacementPatterns": [ + { + "pattern": "^/(.*)", + "replacement": "https://ioos.github.io/glider-dac/$1" + }, + { + "pattern": "^\\s*{{\\s*site.baseurl\\s*}}\\s*/(.*)", + "replacement": "https://ioos.github.io/glider-dac/$1" + } ], "timeout": "20s", "retryOn429": "true",