Skip to content

Commit bedd93e

Browse files
authored
Merge pull request #583 from Fabious/fix/github-edit-links
fix edit-on-github links
2 parents 116167b + f7be97d commit bedd93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
- find . -name '*.md' ! -name 'conduct.md' ! -name 'heroku.md' -exec proselint {} \;
2222
- cd $TRAVIS_BUILD_DIR/../website
2323
- bin/generate-nav
24-
- yarn gatsby build
24+
- GATSBY_BRANCH_NAME=$TRAVIS_BRANCH yarn gatsby build
2525
# Preserve artifacts
2626
- cd $TRAVIS_BUILD_DIR
2727
- mv ../website/public public

0 commit comments

Comments
 (0)