-
Notifications
You must be signed in to change notification settings - Fork 212
Move language spec upload from Github actions to cloud build: Add cloudbuild.yaml #4323
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
base: main
Are you sure you want to change the base?
Conversation
I'm not sure if it makes sense or helps, but could the deploy from this repo also use the image created in https://github.com/dart-lang/site-shared/tree/main/cloud_build/firebase-ghcli? We could add the various latex tools needed to that. |
Sounds good! The image could presumably be extended at any time (like ASAP ;-) and then the script used in this PR could rely on having the LaTeX software available, right? |
Move `pwd` up to be the first step for debugging.
This PR adds a 'cloudbuild.yaml' specification file to the language repository such that the provision of a PDF of the language specification can be achieved via a Cloud Build.
This change will not make anything happen, but it enables a Cloud Build trigger to make the build happen.