We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9b721 commit 963dad7Copy full SHA for 963dad7
.github/workflows/docs-locale-sync.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Compute changed English docs
35
id: changes
36
run: |
37
- FILES=$(git diff --name-only "${{ github.event.before }}" "${{ github.sha }}" -- 'packages/web/src/content/docs/*.mdx' || true)
+ FILES=$(git diff --name-only "${{ github.event.before }}" "${{ github.sha }}" -- ':(glob)packages/web/src/content/docs/*.mdx' || true)
38
if [ -z "$FILES" ]; then
39
echo "has_changes=false" >> "$GITHUB_OUTPUT"
40
echo "No English docs changed in push range"
0 commit comments