Skip to content

Commit

Permalink
Remove Save PDF to GitHub Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Sep 26, 2024
1 parent 782ed87 commit cb46245
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit cb46245

Please sign in to comment.