Skip to content

Commit cc19365

Browse files
committed
Trying to correct the push issue for sync
1 parent 0d59290 commit cc19365

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/misc.sync.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- fix/ci/misc.sync
89

910
jobs:
1011
sync:
@@ -23,4 +24,5 @@ jobs:
2324
git config user.name github-actions[bot]
2425
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2526
git remote add private_docs_repo https:///${{ env.PUBLIC_ORG_NAME }}:${{ secrets.PUBLIC_DOCS_TOKEN }}@github.com/${{ env.PUBLIC_ORG_NAME }}/docs
27+
git fetch private_docs_repo main
2628
git push --force private_docs_repo main

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
venv
22
site
33
**/.history
4-
**/.DS_Store
4+
**/.DS_Store
5+
.vscode/settings.json

0 commit comments

Comments
 (0)