fix article data uploads

This commit is contained in:
veclav talica 2023-05-26 00:00:38 +05:00
parent 8b6c913f6a
commit d8f227344c

View File

@ -1,6 +1,8 @@
#!/usr/bin/bash #!/usr/bin/bash
for cur in ./html/{*,**/*}; do # todo: Create local cache containing file timestamps that were previously uploaded.
for cur in ./html/{*,*/*,*/*/*}; do
if [[ "$cur" == *"/tracks/"* ]]; then if [[ "$cur" == *"/tracks/"* ]]; then
continue continue
fi fi