mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Remove Tractatus from ignored ebooks, now that we have pinned FF to an older version
This commit is contained in:
parent
3521f88040
commit
6a3e715567
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +37,4 @@ const GITHUB_SECRET_FILE_PATH = SITE_ROOT . '/config/secrets/se-vcs-bot@github.
|
||||||
const GITHUB_WEBHOOK_LOG_FILE_PATH = '/var/log/local/webhooks-github.log'; // Must be writable by `www-data` Unix user.
|
const GITHUB_WEBHOOK_LOG_FILE_PATH = '/var/log/local/webhooks-github.log'; // Must be writable by `www-data` Unix user.
|
||||||
|
|
||||||
// If we get GitHub push requests featuring these repos, silently ignore instead of returning an error.
|
// If we get GitHub push requests featuring these repos, silently ignore instead of returning an error.
|
||||||
const GITHUB_IGNORED_REPOS = ['tools', 'manual', 'web', 'ludwig-wittgenstein_tractatus-logico-philosophicus_c-k-ogden']; // Ignore Tractatus due to a FF70+ bug that causes MathML rendering to hang during build.
|
const GITHUB_IGNORED_REPOS = ['tools', 'manual', 'web'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue