forked from github.com/GenderDysphoria.fyi
Skip cache if a task is a copy or says to skip cache
This commit is contained in:
@@ -70,6 +70,7 @@ module.exports = exports = class File {
|
||||
input: this.input,
|
||||
output: this.out,
|
||||
action: actions.copy,
|
||||
nocache: true,
|
||||
} ];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user