Skip to content

Commit 877bf37

Browse files
xieyuhengMichael-F-Bryan
authored andcommitted
avoid using cd in example travis-ci script (#803)
1 parent 0c926b3 commit 877bf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book-example/src/continuous-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_script:
2626
- cargo install-update -a
2727

2828
script:
29-
- cd path/to/mybook && mdbook build && mdbook test
29+
- mdbook build path/to/mybook && mdbook test path/to/mybook
3030
```
3131
3232
## Deploying Your Book to GitHub Pages

0 commit comments

Comments
 (0)