Fix release workflow.

Publishing of release documentation failed with
'../latest' is outside repository [..]
pull/42/head v1.11.0
Jonatan Antoni 3 years ago
parent e0bb1407f7
commit f8dbc0e312

@ -142,6 +142,6 @@ jobs:
./update_versions.sh
git config user.name github-actions
git config user.email github-actions@github.com
git add . ../latest
git add . latest
git commit -m "Update documentation for release ${RELEASE}"
git push

Loading…
Cancel
Save