Skip to content

Commit

Permalink
Merge pull request #69 from kashefy/deploy
Browse files Browse the repository at this point in the history
fix missing pdfs in releases
  • Loading branch information
kashefy authored Nov 11, 2021
2 parents d9db401 + b704cec commit 34b01d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ script:
after_success:
- bash .ci/travis/zip_pdfs.sh
deploy:
provider: releases
token: "$GITHU8_T0KEN"
file_glob: true
file:
- "./notes/**/tutorial_*.slides.pdf"
- "./notes/**/tutorial_*.notes.pdf"
- "./tutorial_*.zip"
cleanup: false
on:
branch: master
- provider: releases
token: "$GITHU8_T0KEN"
file_glob: true
file:
- "./notes/**/tutorial_*.slides.pdf"
- "./notes/**/tutorial_*.notes.pdf"
- "./tutorial_*.zip"
skip_cleanup: true
on:
branch: master

0 comments on commit 34b01d1

Please sign in to comment.