#### Summary
The `gh-pages` library fails when deploying if a file in the `gh-pages` branch of the remote repository has a name starting with a `-` (dash). This happens because `git rm` interprets...
This fix ensures `gh-pages` correctly handles files with names starting with a `-`. By adding `--` to the `git rm` command, filenames are treated as file paths instead of options. This prevents err...
I'm confused how this matches [the expected type](https://github.com/openlayers/openlayers/blob/79c50deb6a7cc3032f43756654ddb4dc59b4b8a4/src/ol/style/flat.js#L92-L96) for `style`.