Commit Diff
--- .build.yml +++ .build.yml @@ -8,6 +8,7 @@ sources: tasks: - test: cd mailmux && go test ./... - docs: | + cd .. cp mailmux/docs/httpapiref.md slate/source/index.html.md cd slate bundle27 install --path vendor/bundle
--- .build.yml +++ .build.yml @@ -8,6 +8,7 @@ sources: tasks: - test: cd mailmux && go test ./... - docs: | + cd .. cp mailmux/docs/httpapiref.md slate/source/index.html.md cd slate bundle27 install --path vendor/bundle