You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/Tests.yml
+11
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,14 @@ jobs:
37
37
TERM=dumb make -C FinSetsForCAP -j $(nproc) --output-sync ci-test
38
38
cp ./FinSetsForCAP/.codecov.yml ./
39
39
curl -s https://codecov.io/bash | bash
40
+
git config --global user.name "Bot"
41
+
git config --global user.email "empty"
42
+
cd FinSetsForCAP
43
+
CUR_SHA=$(git rev-parse --verify HEAD)
44
+
git worktree add gh-pages/ gh-pages || (echo "There was an error. Make sure there is a branch named 'gh-pages'. See https://github.com/homalg-project/PackageJanitor#error-there-was-an-error-make-sure-there-is-a-branch-named-gh-pages"; exit 1)
0 commit comments