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 30821dd commit cf5277dCopy full SHA for cf5277d
.travis.yml
@@ -18,12 +18,12 @@ install:
18
- git clone --depth 1 https://github.com/api-platform/website.git
19
- cd website
20
- yarn install --silent
21
- - ln -s $TRAVIS_BUILD_DIR src/pages/docs
22
- cd $TRAVIS_BUILD_DIR
23
24
script:
25
- find . -name '*.md' -exec proselint {} \;
26
- cd ../website
+ - bin/checkout-documentation
27
- bin/generate-nav
28
- GATSBY_BRANCH_NAME=$TRAVIS_BRANCH yarn gatsby build
29
# Preserve artifacts
@@ -37,4 +37,5 @@ deploy:
37
local_dir: public
38
fqdn: api-platform.com
39
on:
40
- branch: 2.4
+ all_branches: true
41
+ condition: $TRAVIS_BRANCH =~ "^master|2.4|2.3|2.2|2.1$"
0 commit comments