We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b234007 commit 1c0b608Copy full SHA for 1c0b608
1 file changed
.github/workflows/deploy-docs.yml
@@ -77,7 +77,7 @@ jobs:
77
docs-repo
78
cd docs-repo
79
git status
80
- git_changes=$(git status --porcelain | grep --invert-match --regexp=' sitemap\.xml$' --regexp=' search-index\.js$' --regexp=' .+\.pdf$' | wc -l)
+ git_changes=$(git status --porcelain | grep --invert-match --regexp=' sitemap\.xml$' --regexp=' search-index\.js$' --regexp=' \S*\.pdf' | wc -l)
81
echo "Detected $git_changes change(s)"
82
echo "git_changes=$git_changes" >> "$GITHUB_OUTPUT"
83
- name: Push to docs.junit.org repo
0 commit comments