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

2
.gitignore vendored
View File

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

View File

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

@ -1 +0,0 @@
book