Gitlab pages, out of the box, doesn't seem to want to checkout my "pages" orphan branch.
Adding a "git fetch" command to the command stack seems to fix the issue.
Would it be possible and/or a good idea to add "git fetch" to the command stack to avoid any unnecessary headaches for future adopters? I don't think there's any big disadvantage that appears when adding it?
Gitlab pages, out of the box, doesn't seem to want to checkout my "pages" orphan branch.
Adding a "git fetch" command to the command stack seems to fix the issue.
Would it be possible and/or a good idea to add "git fetch" to the command stack to avoid any unnecessary headaches for future adopters? I don't think there's any big disadvantage that appears when adding it?