Skip to content

Commit e16d47e

Browse files
authored
Merge pull request #876 from api-platform/dunglas-patch-3
Use retrieve documentation
2 parents 18d2edc + 4f54be2 commit e16d47e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ install:
2323
script:
2424
- find . -name '*.md' -exec proselint {} \;
2525
- cd ../website
26-
- bin/checkout-documentation
27-
- bin/generate-nav
26+
- bin/retrieve-documentation
2827
- GATSBY_BRANCH_NAME=$TRAVIS_BRANCH yarn gatsby build
2928
# Preserve artifacts
3029
- cd $TRAVIS_BUILD_DIR

0 commit comments

Comments
 (0)