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 22a96df commit 11fe290Copy full SHA for 11fe290
scripts/push/renew-catalog-template
@@ -30,4 +30,4 @@ sphinx-intl update-txconfig-resources --transifex-project-name=${TRANSIFEX_PROJE
30
tx push --source --parallel
31
git add .tx
32
git commit --message="[skip ci] Update .pot files and .tx/config"
33
-git push --quiet "git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${CATALOG_BRANCH}:${CATALOG_BRANCH}
+git push --force-with-lease "git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${CATALOG_BRANCH}:${CATALOG_BRANCH}
0 commit comments