From ddcaa812f01b77d4988d60e2cf73b1d92081332e Mon Sep 17 00:00:00 2001 From: Guillermo Fidalgo Date: Wed, 13 Mar 2024 04:43:12 -0400 Subject: [PATCH] remove publish --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d13603..de0397b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,15 +43,3 @@ jobs: with: name: my-thesis path: main.pdf - - publish: - if: github.event_name == 'push' - needs: build - runs-on: ubuntu-latest - - steps: - - uses: actions/download-artifact@v4 - with: - name: my-thesis - - name: Display structure of downloaded files - run: ls -R