Skip to content

Commit

Permalink
Do not ignore UPPMAX pages
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jun 29, 2024
1 parent a4ad6bf commit e732e7a
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,3 @@
{
"aliveStatusCodes": [200, 403, 418, 500, 503],
"ignorePatterns": [
{
"pattern": "github/workspace/docs/software/overview$"
},
{
"pattern": "^https://bianca.uppmax.uu.se$"
},
{
"pattern": "^https://bianca.uppmax.uu.se/$"
},
{
"pattern": "^https://www.sylabs.io/$"
},
{
"pattern": "^https://www.sylabs.io/docs$"
},
{
"pattern": "^https://www.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "^https://docs.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "swcarpentry.github.io/r-novice-inflammation/$"
},
{
"pattern": "^https://www.c3se.chalmers.se/documentation/remote-vscode/$"
},
{
"pattern": "^http://hostname:8888$"
},
{
"pattern": "^software-table.md"
}
]
"aliveStatusCodes": [200, 403, 418, 500, 503]
}

0 comments on commit e732e7a

Please sign in to comment.