mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-13 03:15:21 +00:00
Adding a checkout to the Documentation branch in the CI
This commit is contained in:
1
.github/workflows/doc.yml
vendored
1
.github/workflows/doc.yml
vendored
@@ -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