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",