We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e7159 commit 952b0c3Copy full SHA for 952b0c3
.github/workflows/automaticRelease.yaml
@@ -22,8 +22,8 @@ jobs:
22
git remote add l10n https://github.com/nvdaaddons/MathCAT
23
git fetch l10n
24
git reset l10n/stable addon/doc addon/locale
25
- git commit -m "Update translations"
26
- git pull
+ # git commit -m "Update translations"
+ # git pull
27
# git push
28
echo done # 'push' exits with '1' for some reason, so force proper exit
29
0 commit comments