Skip to content

Commit

Permalink
Generate files in /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed May 9, 2018
1 parent 6159ee8 commit 02ef3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate
Expand Up @@ -11,7 +11,7 @@ use Template;
my $sch = Cooking::Schema->get_schema;
my $tt = Template->new({
INCLUDE_PATH => [ qw(in tt_lib) ],
OUTPUT_PATH => 'out',
OUTPUT_PATH => 'docs',
});

my @albums = $sch->resultset('Album')->all;
Expand Down

0 comments on commit 02ef3b6

Please sign in to comment.