-
Notifications
You must be signed in to change notification settings - Fork 3
Work on sponsor page #23
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
Conversation
|
Something is broken in the deploy action, the error that comes up has already been fixed and the build step works fine locally but for some reason it keeps failing here like it is not pulling the latest version |
|
It doesn't use your commit but always the latest commit from Source: in the "Build docker image" stage, which is the last git_sha from |
|
Can you reintegrate |
|
It's still failing but for a different reason. |
|
The reason is that we do too many requests to the Github API (403): To avoid this we could store the screenshots in a cache or throttle the Github requests. 🤷 |
|
There is a merge conflict, which I don't know how to handle. Other than that looks good to me and is ready to be merged. |
Still some styling issues. 😕