avoid using cd in example travis-ci script (#803)
This commit is contained in:
parent
0c926b3e88
commit
877bf37d18
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue