Skip to content
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

Add automated doc flow for release #3634

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

mthrok
Copy link
Collaborator

@mthrok mthrok commented Oct 5, 2023

Currently, nightly documentation is pushed automatically for each commit and on daily basis.

For release, automating it is tricky because we need to ensure that the version number is properly updated.
(removing alpha suffix at branch cut time and updating minor version at minor release)

For this reason, in release/2.1 we used manual-trigger to build and deploy doc for release.
This commit back port it to main.

For each release, once the version number is updated, running build_doc job from GHA will deploy the documentation automatically.

@mthrok mthrok requested a review from a team as a code owner October 5, 2023 16:08
@pytorch-bot
Copy link

pytorch-bot bot commented Oct 5, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3634

Note: Links to docs will display an error until the docs builds have been completed.

❌ 3 New Failures, 2 Unrelated Failures

As of commit 4b07775 with merge base d9942ba (image):

NEW FAILURES - The following jobs have failed:

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@mthrok mthrok enabled auto-merge (squash) October 5, 2023 16:58
@mthrok mthrok merged commit df44d30 into pytorch:main Oct 5, 2023
@mthrok mthrok deleted the release-doc branch October 5, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants