mirror of
https://github.com/AuxXxilium/arc.git
synced 2026-09-02 22:26:51 +08:00
15 lines
220 B
YAML
15 lines
220 B
YAML
# https://taskfile.dev
|
|
|
|
version: "3"
|
|
|
|
tasks:
|
|
build:
|
|
cmds:
|
|
- git reset --hard
|
|
- git pull
|
|
- ./img-gen.sh
|
|
build-local:
|
|
cmds:
|
|
- git reset --hard
|
|
- git pull
|
|
- ./img-gen.sh local |