fix article data uploads
This commit is contained in:
parent
8b6c913f6a
commit
d8f227344c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user