Add a debug instruction to print directory content
1 files changed, 2 insertions(+), 0 deletions(-) M .build.yaml
M .build.yaml => .build.yaml +2 -0
@@ 5,6 5,8 @@ packages: environment: site: readthememo.app tasks: +- debug: | + ls -al . - package: | cd $site tar -cvz . > ../site.tar.gz