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...
|
||||
- cargo install -q mdbook
|
||||
- apt-get -qq update && apt-get -yqq install rsync ssh
|
||||
- cd docs
|
||||
- mdbook build
|
||||
- echo "$DEPLOY_SSH_KEY" > /tmp/rsync_key
|
||||
- chmod u=rw,go= /tmp/rsync_key
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
|
||||
/book
|
||||
|
||||
/.idea
|
||||
/yama.iml
|
||||
/.project
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
authors = ["Olivier"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
src = "docs"
|
||||
title = "Yama and Datman Documentation"
|
||||
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