v0.8.0
v0.8.0 main v0.8.5 v0.8.4 v0.8.3 v0.8.2 v0.8.1

Directory

[edit]
You are looking at the docs for an older version (v0.8.0). The latest version is main.

Task Directory

The directory attribute can be used to define a file path in which the task should run.

Syntax

Do this by adding a dir: or directory: between the task name and the script.

## Tasks
### Build
directory: ./src
```
sh build.sh
```