avoid using `cd` in example travis-ci script (#803)
This commit is contained in:
parent
0c926b3e88
commit
877bf37d18
|
@ -26,7 +26,7 @@ before_script:
|
|||
- cargo install-update -a
|
||||
|
||||
script:
|
||||
- cd path/to/mybook && mdbook build && mdbook test
|
||||
- mdbook build path/to/mybook && mdbook test path/to/mybook
|
||||
```
|
||||
|
||||
## Deploying Your Book to GitHub Pages
|
||||
|
|
Loading…
Reference in New Issue