We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f446b + 16406c3 commit 73a2d72Copy full SHA for 73a2d72
.taskfiles/task_site.yaml
@@ -23,6 +23,6 @@ tasks:
23
clean:
24
desc: Clean the build output
25
cmds:
26
- - rm -r {{.OUTPUT_DIR}}
+ - rm -r ./{{.OUTPUT_DIR}}
27
silent: true
28
ignore_error: true
0 commit comments