From 951f608d97923b4288e7af15f5bd75bf476e8172 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Thu, 13 Apr 2023 13:48:59 +0200 Subject: [PATCH] remove double doc upload after cloudfront fix --- .github/workflows/docs.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index efec5a2c2b5..22ff4ab84b3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 }}