Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 15b5f40

Browse files
committed
Add deployment token
1 parent 29991c8 commit 15b5f40

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

.travis.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
sudo: false
2-
32
notifications:
43
email:
5-
6-
4+
75
on_success: change
86
on_failure: always
9-
107
language: python
11-
128
branches:
139
only:
14-
- master
15-
10+
- master
1611
install:
17-
- pip install sphinx
18-
- pip install sphinx_bootstrap_theme
19-
- pip install git+https://github.com/Julian/jsonschema@97e42bfe2ec8767ffbb76ddb84625c06cbaf0184
20-
- bash -x ./install-texlive.sh
21-
- export PATH=$PWD/texlive/bin/x86_64-linux:$PATH
22-
12+
- pip install sphinx
13+
- pip install sphinx_bootstrap_theme
14+
- pip install git+https://github.com/Julian/jsonschema@97e42bfe2ec8767ffbb76ddb84625c06cbaf0184
15+
- bash -x ./install-texlive.sh
16+
- export PATH=$PWD/texlive/bin/x86_64-linux:$PATH
2317
script:
24-
- make html latexpdf
25-
- cp build/latex/*.pdf build/html
26-
18+
- make html latexpdf
19+
- cp build/latex/*.pdf build/html
2720
deploy:
2821
provider: pages
2922
skip-cleanup: true
30-
github-token: $GITHUB_TOKEN
23+
github-token: "$GITHUB_TOKEN"
3124
local-dir: build/html
3225
on:
3326
branch: master
27+
env:
28+
global:
29+
secure: HUaKpa3AWGolRF/7k72nXmaJLhTbh2XTHA6Q0kICJpZ8tAuiScsivH1wV6DhQSfOHrpQ3NlTljFteqS0AHuA2VpGMGb0HuAgRqTZHu2Cdake+AJDc3nKcke+0td7fOhU0JMqOhQrlndGObAIofKdMHMJUKnNqpN/7CL8Os6j1to=

0 commit comments

Comments
 (0)