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
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -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
									
								
								docs/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								docs/.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1 +0,0 @@
 | 
			
		||||
book
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user