forked from github.com/GenderDysphoria.fyi
Skip cache if a task is a copy or says to skip cache
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = exports = async function svgIcons () {
|
||||
input: f,
|
||||
output: 'images/' + f,
|
||||
action: actions.copy,
|
||||
nocache: true,
|
||||
}));
|
||||
|
||||
return tasks;
|
||||
|
||||
Reference in New Issue
Block a user