-
Notifications
You must be signed in to change notification settings - Fork 306
Moving Site Deployment script to GHA #1415
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
👷 Deploy Preview for pytorch-dot-org-preview processing.
|
We should also add deprecation of circleci workflow: https://github.com/pytorch/pytorch.github.io/blob/site/.circleci/config.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @osalpekar, I've deployed a change to the PyTorch website but it is not building as expected. Any ideas why? |
Looks like the push is still failing for GHA job on trunk, which is why the site is not getting built as expected. I'm going to bring back the CCI job temporarily until we can figure out the GHA issue. cc @atalman |
@osalpekar when you did the migration, have you added the secrets to the workflow? |
@malfet Yes, that's done here: https://github.com/pytorch/pytorch.github.io/blob/site/.github/workflows/build.yml#L16. |
I remember seeing something like that in the past. Will push the fix once find out what was it |
Ok, two things were missing:
|
We are moving all jobs to GHA across the PyTorch organization. This PR does this for the site deployment CCI job that exists in the pytorch.github.io repo. Note that this does not use caching in its current form - we can likely do this in a follow-up.
WIP: testing this without breaking anything
cc @atalman @svekars