-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Ensure GitHub Pages redeploys after scheduled run-cron job #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Look into triggering a second GitHub Action: https://stackoverflow.com/questions/62750603/github-actions-trigger-another-action-after-one-action-is-completed Need to confirm, but we could do something like:
|
seanprashad
added a commit
that referenced
this issue
Aug 14, 2022
seanprashad
added a commit
that referenced
this issue
Aug 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
gh-pages
branch, and therefore still needs a manual deploy vianpm run deploy
The text was updated successfully, but these errors were encountered: