Remove needless `src` directory for documentation
This commit is contained in:
parent
623ff6aac1
commit
eea9a425cf
|
@ -51,7 +51,6 @@ steps:
|
||||||
commands: # warning! Doesn't seem to like hashed known_hosts...
|
commands: # warning! Doesn't seem to like hashed known_hosts...
|
||||||
- cargo install -q mdbook
|
- cargo install -q mdbook
|
||||||
- apt-get -qq update && apt-get -yqq install rsync ssh
|
- apt-get -qq update && apt-get -yqq install rsync ssh
|
||||||
- cd docs
|
|
||||||
- mdbook build
|
- mdbook build
|
||||||
- echo "$DEPLOY_SSH_KEY" > /tmp/rsync_key
|
- echo "$DEPLOY_SSH_KEY" > /tmp/rsync_key
|
||||||
- chmod u=rw,go= /tmp/rsync_key
|
- chmod u=rw,go= /tmp/rsync_key
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/target
|
/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
/book
|
||||||
|
|
||||||
/.idea
|
/.idea
|
||||||
/yama.iml
|
/yama.iml
|
||||||
/.project
|
/.project
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
authors = ["Olivier"]
|
authors = ["Olivier"]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "docs"
|
||||||
title = "Yama and Datman Documentation"
|
title = "Yama and Datman Documentation"
|
||||||
description = "Documentation for Yama (a chunked pile system) and Datman (data management tool built on Yama)"
|
description = "Documentation for Yama (a chunked pile system) and Datman (data management tool built on Yama)"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
book
|
|
Loading…
Reference in New Issue