Skip to content

Commit

Permalink
remove double doc upload after CloudFront fix (#7516)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored May 8, 2023
1 parent 0370134 commit caa0239
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,3 @@ jobs:
if-no-files-found: error
path: html
s3-prefix: pytorch/vision/${{ github.event.pull_request.number }}

# The upload below duplicates the upload from above, but to a different path. This is needed since we are in the
# process of changing the path, but want to keep the disruption to a minimum.
# See https://github.com/pytorch/test-infra/issues/3894
# After a grace period, we can delete this again
- name: Upload docs preview
uses: seemethere/upload-artifact-s3@v5
with:
retention-days: 14
s3-bucket: doc-previews
if-no-files-found: error
path: html
s3-prefix: pytorch/pytorch/vision/${{ github.event.pull_request.number }}

0 comments on commit caa0239

Please sign in to comment.