v0.4.0
v0.4.0 main v0.8.0 v0.7.0 v0.6.0 v0.5.0 v0.4.1

Directory

[edit]
You are looking at the docs for an older version (v0.4.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
```