From 02ec55c929640b40fa09b61511b2c4fdd0df2e8b Mon Sep 17 00:00:00 2001 From: Rohan Mahy Date: Sat, 16 Mar 2024 13:30:45 -0700 Subject: [PATCH] Comment out autoupload from publish.yml --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e01218..95531db 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,10 +38,10 @@ jobs: with: token: ${{ github.token }} - - name: "Upload to Datatracker" - uses: martinthomson/i-d-template@v1 - with: - make: upload +# - name: "Upload to Datatracker" +# uses: martinthomson/i-d-template@v1 +# with: +# make: upload - name: "Archive Submitted Drafts" uses: actions/upload-artifact@v3