Allow for .github to be deployed #1075
Replies: 2 comments 4 replies
-
|
Facing the same problem. Turning off |
Beta Was this translation helpful? Give feedback.
-
What are you running checks on? Is there a reason you couldn't just target the generated branch using Deploying |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
.githubis explicitly not deployed. This makes sense as you can potentially end up with a recursive deployment. But if I want to run checks on my generated branch, then I need .github to be committed. Recursive situations can be guarded against by explicitondefinitionsBeta Was this translation helpful? Give feedback.
All reactions