diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4de0e404..195ba333 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