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 ba33e44 commit f37f68fCopy full SHA for f37f68f
.github/workflows/latex-compile-ci.yml
@@ -66,5 +66,7 @@ jobs:
66
mv docs/COMPAS_LaTeX/main.pdf $PDF_FILE
67
git rm -rf .
68
git add -f $PDF_FILE
69
- git commit -m "documentation update" --author "Team COMPAS <>"
+ git config user.name "Team COMPAS"
70
+ git config user.email "<>"
71
+ git commit -m "Documentation update"
72
git push -f --set-upstream origin Documentation
0 commit comments