Summary
⚠️ Double-check there isn't a duplicate or similar task
We have a few projects in which we do not plan to ever serve documentation.
This creates problems when modifying the PTB-provided workflows as pr-merge.yml only has 1 job, which is to serve documentation. When this is not provided, then the workflow:check is red.
As such, we were thinking it might help to have a variable (switch) in the BaseConfig where a project could declare it does not serve documentation and then these jobs and workflow file are not expected.
Summary
We have a few projects in which we do not plan to ever serve documentation.
This creates problems when modifying the PTB-provided workflows as
pr-merge.ymlonly has 1 job, which is to serve documentation. When this is not provided, then theworkflow:checkis red.As such, we were thinking it might help to have a variable (switch) in the BaseConfig where a project could declare it does not serve documentation and then these jobs and workflow file are not expected.