mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(travis): explicit subshell for cargo-doc
Previously, it was only executing for cargo $(ARGS)
This commit is contained in:
@@ -65,7 +65,7 @@ ${api_cargo}: ${api_name}
|
||||
(cd ${gen_root} && cargo $(ARGS))
|
||||
|
||||
${api_doc_index}: ${api_name}
|
||||
cd ${gen_root} && cargo doc
|
||||
(cd ${gen_root} && cargo doc)
|
||||
@echo "Docs for ${api_name} at $@"
|
||||
|
||||
${api_doc}: ${api_doc_index}
|
||||
|
||||
Reference in New Issue
Block a user