one more time
All checks were successful
/ test_checkout (push) Successful in 58s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-03-30 16:22:41 +01:00
parent f13c784314
commit 0dc567dc9c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -30,6 +30,6 @@ jobs:
TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64) TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64)
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages || true git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages || true
git checkout -b pages git checkout -b pages
git add * git add .
git commit -m "gen pages" git commit -m "gen pages"
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push -u origin pages git -c http.extraHeader="Authorization: Basic ${TOKEN}" push -u origin pages