You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use buildthedocs inside a Github Action workflow
buildthedocs is overwriting my custom domain name in GitHub pages every time the docs is built.
There is no obvious way on how to achieve this and it would be nice to have some guidance to do that.
Thanks.
The text was updated successfully, but these errors were encountered:
@achillemyette1 thanks for explaining your solution. In fact, BTD just builds the project with the makefile and configuration provided by the user, and then pushes the result to the repo/branch. Therefore, there should be no difference between using BTD or running sphinx and pushing manually. Did you do it manually first and the behaviour of BTD changed? Or did you try with BTD straightaway?
Would be nice if you share such info in your docs, I believe setting a custom domain name in GitHub pages is rather common use case/
Hi,
I use buildthedocs inside a Github Action workflow
buildthedocs is overwriting my custom domain name in GitHub pages every time the docs is built.
There is no obvious way on how to achieve this and it would be nice to have some guidance to do that.
Thanks.
The text was updated successfully, but these errors were encountered: