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.
2 parents 116167b + f7be97d commit bedd93eCopy full SHA for bedd93e
.travis.yml
@@ -21,7 +21,7 @@ script:
21
- find . -name '*.md' ! -name 'conduct.md' ! -name 'heroku.md' -exec proselint {} \;
22
- cd $TRAVIS_BUILD_DIR/../website
23
- bin/generate-nav
24
- - yarn gatsby build
+ - GATSBY_BRANCH_NAME=$TRAVIS_BRANCH yarn gatsby build
25
# Preserve artifacts
26
- cd $TRAVIS_BUILD_DIR
27
- mv ../website/public public
0 commit comments