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 }}