We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d59290 commit cc19365Copy full SHA for cc19365
.github/workflows/misc.sync.yaml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ - fix/ci/misc.sync
9
10
jobs:
11
sync:
@@ -23,4 +24,5 @@ jobs:
23
24
git config user.name github-actions[bot]
25
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
26
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
28
git push --force private_docs_repo main
.gitignore
@@ -1,4 +1,5 @@
1
venv
2
site
3
**/.history
4
-**/.DS_Store
+**/.DS_Store
+.vscode/settings.json
0 commit comments