-
Notifications
You must be signed in to change notification settings - Fork 22
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
Separate webpage build from data processing steps in action #262
Labels
Comments
I will fix this ASAP |
richarddushime
added a commit
that referenced
this issue
Mar 9, 2025
LukasWallrich
added a commit
that referenced
this issue
Mar 11, 2025
* Separate webpage build from data processing steps in action #262 * artifacts checks --------- Co-authored-by: Lukas Wallrich <[email protected]>
Great progress on this! Two small things:
|
@richarddushime thanks for making it more robust - but Google Scholar now continuously fails, so we need to fix that. Also, can we make failures more visible - e.g., generating issues/issue comments? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are now doing a lot of data processing in the build action
It is not necessary to do all of that every time we test a PR commit - and one of these actions breaking should not prevent the webpage from getting deployed (as Tenzing did in the past two days).
@richarddushime could you maybe help to split the action into one that processes data (and is called daily or on request) - and a build action that uses the artefact from the data processing action to rebuild the website (daily - after the data processing - and after each PR/commit)?
The text was updated successfully, but these errors were encountered: