From 6a3e7155672c75609bca99a870ffa2861cd73695 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 30 Oct 2019 11:31:42 -0500 Subject: [PATCH] Remove Tractatus from ignored ebooks, now that we have pinned FF to an older version --- lib/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Constants.php b/lib/Constants.php index 7772ee38..6a3602b4 100644 --- a/lib/Constants.php +++ b/lib/Constants.php @@ -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. // 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'];