- Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
In 1f3beff, 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:
- Our companies tooltip doesn't automatically update
- The list of companies/question metadata is not pulled live from our
gh-pages
branch, and therefore still needs a manual deploy vianpm run deploy