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.
/dev/stdout
1 parent 610b4a9 commit 6f29698Copy full SHA for 6f29698
1 file changed
.github/workflows/deploy-docs.yml
@@ -75,7 +75,7 @@ jobs:
75
--exclude-from=rsync-excludes \
76
build/site/ \
77
docs-repo
78
- git -C docs-repo status --porcelain | tee /dev/tty | java RestoreUnchangedPdfs.java docs-repo | sh
+ git -C docs-repo status --porcelain | tee /dev/stdout | java RestoreUnchangedPdfs.java docs-repo | sh
79
git_changes=$(git -C docs-repo status --porcelain | grep --invert-match --regexp=' sitemap\.xml$' --regexp=' search-index\.js$' | wc -l)
80
echo "Detected $git_changes change(s)"
81
echo "git_changes=$git_changes" >> "$GITHUB_OUTPUT"
0 commit comments