Skip to content

Commit

Permalink
Changed build directory so we can run cargo test again
Browse files Browse the repository at this point in the history
  • Loading branch information
dhharris committed Feb 25, 2017
1 parent 308e35f commit 0185990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extern crate skeptic;
use std::fs;

fn main() {
let paths = fs::read_dir("./pages/").unwrap()
let paths = fs::read_dir("./src/pages/").unwrap()
// convert paths to Strings
.map(|p| p.unwrap().path().to_str().unwrap().to_string())
// only compile markdown files
Expand Down

0 comments on commit 0185990

Please sign in to comment.