Remove needless `src` directory for documentation

This commit is contained in:
Olivier 'reivilibre' 2021-09-02 22:04:11 +01:00
parent 623ff6aac1
commit eea9a425cf
12 changed files with 3 additions and 3 deletions

View File

@ -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

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
/target
**/*.rs.bk
/book
/.idea
/yama.iml
/.project

View File

@ -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
docs/.gitignore vendored
View File

@ -1 +0,0 @@
book