Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1407
Change Details
Change Details
Old
New
Diff
A Jenkins task should be run when a new commit is pushed to rLF master branch with something like: ``` #!/bin/sh cargo doc --no-deps scp -rp target/doc/limiting_factor/* ysul.nasqueron.org:/var/wwwroot/nasqueron.org/docs/rust/limiting_factor/ ``` That will push new documentation to http://docs.nasqueron.org/rust/limiting_factor/
A Jenkins task should be run when a new commit is pushed to rLF master branch with something like: ``` #!/bin/sh cargo doc --no-deps scp -rp target/doc/* ysul.nasqueron.org:/var/wwwroot/nasqueron.org/docs/limiting_factor/rust/ ``` That will push new crate documentation to http://docs.nasqueron.org/limiting_factor/rust/limiting_factor
A Jenkins task should be run when a new commit is pushed to rLF master branch with something like: ``` #!/bin/sh cargo doc --no-deps scp -rp target/doc/
limiting_factor/
* ysul.nasqueron.org:/var/wwwroot/nasqueron.org/docs/
rust/
limiting_facto
r/
r/rust/
``` That will push new
crate
documentation to http://docs.nasqueron.org/
limiting_factor/
rust/limiting_factor
/
Continue