mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-21 06:06:16 +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 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 }}
|
||||
|
||||
Reference in New Issue
Block a user