We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7c704d + de46fb5 commit 3984514Copy full SHA for 3984514
1 file changed
.github/workflows/cron.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
git config --global user.name "github-actions[bot]"
45
git config --global user.email "github-actions[bot]@users.noreply.github.com"
46
- FILES=$(git ls-files --modified --others --exclude-standard docs/v2/*.json || true)
+ FILES=$(git ls-files --modified --others --exclude-standard docs/v2/**/*.json || true)
47
if [ -n "$FILES" ]; then
48
git add $FILES
49
git commit -m "chore: deploy JSON file to docs/v2 [skip ci]" || exit 0
0 commit comments