Skip to content

Commit c7acb4a

Browse files
committed
Fix release workflow.
Publishing of release documentation failed with '../latest' is outside repository [..]
1 parent e0bb140 commit c7acb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ jobs:
142142
./update_versions.sh
143143
git config user.name github-actions
144144
git config user.email github-actions@github.com
145-
git add . ../latest
145+
git add . latest
146146
git commit -m "Update documentation for release ${RELEASE}"
147147
git push

0 commit comments

Comments
 (0)