List data folder before copying (rsync seems to not work every time?)

This commit is contained in:
powe97 2024-03-02 16:17:11 -05:00 committed by GitHub
parent ae286917c1
commit c3e0d558d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ jobs:
- name: Copy data to repo directory
run: |
ls -lsa data
rsync -avzh data/ quatalog-data/
- name: Push new data