mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 07:47:17 +00:00
List data folder before copying (rsync seems to not work every time?)
This commit is contained in:
parent
ae286917c1
commit
c3e0d558d7
1
.github/workflows/transfer.yml
vendored
1
.github/workflows/transfer.yml
vendored
|
|
@ -82,6 +82,7 @@ jobs:
|
|||
|
||||
- name: Copy data to repo directory
|
||||
run: |
|
||||
ls -lsa data
|
||||
rsync -avzh data/ quatalog-data/
|
||||
|
||||
- name: Push new data
|
||||
|
|
|
|||
Loading…
Reference in a new issue