Skip to content

Commit

Permalink
Update generate_json_files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ylyangtw committed Aug 14, 2024
1 parent 2445def commit 439a8b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate_json_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
git config core.sparseCheckout true
echo "path/to/folder1" >> .git/info/sparse-checkout
git pull origin main
# Debugging: List the contents of the repo
echo "Contents of temp-repo1:"
ls -R
# Move the folder to the destination (adjust the path if needed)
mv path/to/folder1 ../data/challenge/neon4cast-stac/
cd ..
rm -rf temp-repo1
Expand Down

0 comments on commit 439a8b3

Please sign in to comment.