Revert "Temporarily always push the docs commit"
This reverts commit 6612fd39ae
.
This commit is contained in:
parent
6612fd39ae
commit
09a2eb65d7
|
@ -29,7 +29,7 @@ git reset upstream/main
|
||||||
touch .
|
touch .
|
||||||
git add -A .
|
git add -A .
|
||||||
|
|
||||||
#if [[ $(git status -s) ]]; then
|
if [[ $(git status -s) ]]; then
|
||||||
git commit -m "Rebuild docs for https://github.com/harfbuzz/harfbuzz/commit/$REVISION"
|
git commit -m "Rebuild docs for https://github.com/harfbuzz/harfbuzz/commit/$REVISION"
|
||||||
git push -q upstream HEAD:main
|
git push -q upstream HEAD:main
|
||||||
#fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue