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
## Must Have
- The silent command is switched off again. Modern CI/CD environments hide sensitive data such as passwords and tokens anyway. see #129
- The Github pages url should be found out and displayed (for normal repos and org pages). see #94
- Optional feature: Avoid keeping commit history on gh pages branch, see #46
## Nice to have
- A simplification of the params. Ideally there should be an auto-pilot that is active by default. The auto-pilot should have a rule set that finds out the base-href on its own. To do this, the autopilot uses the current repo or tries to analyse the build variables to find out what its own repo is. see #66