Skip to content

Commit

Permalink
manual replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 21, 2023
1 parent 1b41c81 commit 1449c1b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1449c1b

Please sign in to comment.