Renaming the doc branch

This commit is contained in:
Zoe Roux
2021-02-04 16:34:56 +01:00
parent a147f69ac6
commit efd333204c
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
git add -A;
git commit -m "Deploying the doc";
git remote add origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_REPO};
git push --force origin gh-pages;
git push --force origin Documentation;
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: "github.com/AnonymusRaccoon/ComSquare"