My docs site space does not sync when commits are pushed from other spaces #968
Unanswered
liliakai
asked this question in
3. Git Sync
Replies: 1 comment
-
@liliakai 👋 Could you share your space ID? Feel free to send it to support@gitbook.com |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a monorepo setup where my docs site builds from a space that points at my documentation root, and many other spaces point at subfolders within that root. (So as to facilitate fine-grained access control over our various documentation pages.)
When pushing commits to github from the git command line, my docs site space syncs them almost immediately. When pushing commits from the other spaces, my docs site does not run git sync, which means the public docs site is out of date compared to the github state, and worse: any changes committed from the out-of-sync docs site space will effectively revert commits made from other spaces.
How can I ensure that my docs site space syncs all changes from github promptly, and before pushing new ones?
Beta Was this translation helpful? Give feedback.
All reactions