Merge pull request #31 from AnonymusRaccoon/CPU

Adding a checkout to the Documentation branch in the CI
This commit is contained in:
Clément Le Bihan
2021-02-04 18:31:15 +01:00
committed by GitHub
+1
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 }}