In https://github.com/seanprashad/leetcode-patterns/commit/1f3beff2609425b0f2ed5d2f05f138ccf53126ef, we run https://github.com/seanprashad/leetcode-patterns/blob/master/cron/update_questions.py via https://github.com/seanprashad/leetcode-patterns/blob/master/.github/workflows/run-cron.yml to update the companies on a weekly basis. The problem is that we don't actually redeploy the updated website, which leads to two problems: 1. Our companies tooltip doesn't automatically update 2. The list of companies/question metadata is not pulled live from our `gh-pages` branch, and therefore still needs a manual deploy via `npm run deploy`