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 c7acb4a545

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

Loading…
Cancel
Save