diff --git a/Release-Procedure.md b/Release-Procedure.md index a4bfdb6..49cfa0e 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -96,6 +96,7 @@ You need a local clone of the [openlayers.github.io](https://github.com/openlaye First of all make sure your `build` branch is up to date. Note that the deploy step requires that the remote is named `origin`. + git checkout build git fetch origin git reset --hard origin/build