Adding a checkout to the Documentation branch in the CI

This commit is contained in:
Zoe Roux
2021-02-04 17:53:05 +01:00
parent efd333204c
commit 9edd0304ce

View File

@@ -24,6 +24,7 @@ jobs:
git add -A;
git commit -m "Deploying the doc";
git remote add origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_REPO};
git checkout -b Documentation
git push --force origin Documentation;
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}