From cb46245635f8720d28582c876024abffe6519b71 Mon Sep 17 00:00:00 2001 From: Chester Ismay Date: Wed, 25 Sep 2024 22:22:53 -0700 Subject: [PATCH] Remove Save PDF to GitHub Releases --- .github/workflows/deploy_bookdown.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy_bookdown.yml b/.github/workflows/deploy_bookdown.yml index ed007612a..2338e64ba 100644 --- a/.github/workflows/deploy_bookdown.yml +++ b/.github/workflows/deploy_bookdown.yml @@ -159,11 +159,3 @@ jobs: target-folder: v2 # Specify the target subdirectory clean: false - # Optional: Save PDF to GitHub Releases - - name: Upload PDF to GitHub Release - if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') - uses: softprops/action-gh-release@v1 - with: - files: "*.pdf" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}