chore: purge jsdeliver cache

This commit is contained in:
ElderJames 2021-01-25 14:20:32 +08:00
parent e7b01d509c
commit d437e95850

View File

@ -17,7 +17,7 @@ read_dir(){
filePath=${filePath/$2\//}
echo ''
echo 'purging '${filePath}'...'
#curl -s -# https://purge.jsdelivr.net/gh/$3/$filePath
curl -s https://purge.jsdelivr.net/gh/$3/$filePath
fi
done
}