Skip to content

Commit

Permalink
Update update_from_private.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandesh-L authored Jul 17, 2024
1 parent 946fd25 commit 3a4864c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_from_private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# exclude readme. Since this is a public-facing repo, it will have a different readme with less technical info
# Remove the private-sds-repo directory just in case it tries to push that directory as well
run: |
rclone sync ../private-sds-repo/ . --exclude='.git/**' --exclude='.github/**' --exclude='README.md'
rclone sync ../private-sds-repo/ . --exclude='.git/**' --exclude='.github/**' --exclude='README.md' --exclude='app/data/**'
rm -r ../private-sds-repo
- name: Commit and push changes
Expand Down

0 comments on commit 3a4864c

Please sign in to comment.