mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-01 17:55:30 +00:00
Adding a checkout to the Documentation branch in the CI
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
|||||||
git add -A;
|
git add -A;
|
||||||
git commit -m "Deploying the doc";
|
git commit -m "Deploying the doc";
|
||||||
git remote add origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_REPO};
|
git remote add origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_REPO};
|
||||||
|
git checkout -b Documentation
|
||||||
git push --force origin Documentation;
|
git push --force origin Documentation;
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user