From c7acb4a545fb628bf444434c4256a9b0ddbefc19 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Wed, 3 Aug 2022 10:22:10 +0200 Subject: [PATCH] Fix release workflow. Publishing of release documentation failed with '../latest' is outside repository [..] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4de0e404f..195ba3335 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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