Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
Publishing of release documentation failed with
'../latest' is outside repository [..]
  • Loading branch information
JonatanAntoni committed Aug 3, 2022
1 parent e0bb140 commit c7acb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ jobs:
./update_versions.sh
git config user.name github-actions
git config user.email [email protected]
git add . ../latest
git add . latest
git commit -m "Update documentation for release ${RELEASE}"
git push

0 comments on commit c7acb4a

Please sign in to comment.