How to use GitLab integration with already existing pipeline? #665
|
Hey folks! 👋 I'm in the process of documenting an open source project using Gitbook, and so far it's going pretty good! Upon connecting Gitbook to GitLab, I saw an automatic "external" pipeline on every merge to But for my project I'm also running a pipeline which tags, builds and release a Docker image. Once I added my This means, that my doc files no longer get synced 🙁 What would be the right way to re-introduce that external Gitbook pipeline? Maybe by adding it as a stage in my own Any help would be appreciated! Have a great day everyone and thanks in advance |
Replies: 1 comment
|
Nevermind ... The external pipeline only gets executed when the files within your specified root directory actually change. If they stay the same between commits / merges, the GitBook pipeline will not be triggered. |


Nevermind ... The external pipeline only gets executed when the files within your specified root directory actually change. If they stay the same between commits / merges, the GitBook pipeline will not be triggered.
Case closed