We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0a7bf commit dbc769aCopy full SHA for dbc769a
.travis.yml
@@ -10,14 +10,16 @@ cache:
10
11
env:
12
global:
13
- # - BUILD_DOCS=false
+ - DEPLOY_DOCS=false
14
- PHPDOC=2
15
16
matrix:
17
fast_finish: false
18
include:
19
- php: 7.2
20
env: PHPDOC=3
21
+ - php: 7.2
22
+ env: DEPLOY_DOCS=true
23
24
allow_failures:
25
@@ -62,3 +64,15 @@ script:
62
64
fi
63
65
66
- yarn docs:build
67
+
68
+deploy:
69
+ provider: pages
70
+ skip-cleanup: true
71
+ github-token: $GITHUB_TOKEN
72
+ keep-history: true
73
+ local-dir: dist/phpdoc-vuepress
74
+ project-name: "nelson6e65/phpdoc-vuepress [${TRAVIS_COMMIT_RANGE}]"
75
+ on:
76
+ branch: master
77
+ condition: $DEPLOY_DOCS = true
78
+ verbose: true
0 commit comments