1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 04:52:43 +00:00

Skip cache if a task is a copy or says to skip cache

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-27 20:41:18 -08:00
parent e95f2cf3db
commit 4751c8f215
4 changed files with 17 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ module.exports = exports = class File {
input: this.input,
output: this.out,
action: actions.copy,
nocache: true,
} ];
}