Skip to content

Commit 3a3980c

Browse files
author
Nicolas Pace
committed
Adds automatic pdf generation.
1 parent 5226317 commit 3a3980c

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

.travis.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
language: c
2-
32
services:
4-
- docker
5-
3+
- docker
64
before_script:
7-
- docker pull nicopace/sla-to-translatewiki-json
8-
- docker pull nicopace/sla-to-pdf
9-
5+
- docker pull nicopace/sla-to-translatewiki-json
6+
- docker pull nicopace/sla-to-pdf
107
script:
11-
- ./.travis-run.sh
8+
- "./.travis-run.sh"
9+
deploy:
10+
provider: releases
11+
api_key:
12+
secure: VF2542kuP5Suy0Pqnj0f5V5V0c0PgHQem3HJKIqOgPB9jws1II9CpVNOw6JEqbvIohNCgJ+B1aP/ytBmgrEWV7LpJMIT0WkZlIyCR1iTUZzeiKQ+Fqr8nZSMLIgWBN8tFEssdSfAwsOxsTFuExJ06iibFRld1ZV4OLxxjkeP/pg=
13+
file_glob: true
14+
file: docs/*/*.pdf
15+
skip_cleanup: true
16+
on:
17+
repo: libremesh/lime-docs

docs/Booklet-01-Networks/01.es.sla

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)