We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20e87e commit 72328a2Copy full SHA for 72328a2
.travis.yml
@@ -21,3 +21,12 @@ script:
21
bibtex dis
22
pdflatex -interaction=nonstopmode dis.tex
23
24
+
25
+# Instructions to deploy dis.pdf as a release.
26
+deploy:
27
+ provider: releases
28
+ api_key:
29
+ secure: Kk2Cz2E2LLM8ehNDsEf0d97M2awm8tAFOq82SxY0QWvDcF31f5KcwRdyEQtfdgA66MQaErwyHUWKwfTEEKxaHrO019nZ+RQ4k/Qw6m2nL4BwPV2bK8N21i/YHBH7WjGLpv5PO7dspgwFG++9ZdX2agukz8KxoyV/aIf8/QIT2yg=
30
+ file: dis.pdf
31
+ on:
32
+ repo: shumway/asudis
0 commit comments