This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to branch feature/new-website in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit 785faa82cacd8ccbc95e82cb361bbb1741da9334 Author: Glaucia Esppenchutz <[email protected]> AuthorDate: Sun Dec 3 20:03:48 2023 +0000 add a checkout --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 61e7175..83a50b5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -142,4 +142,5 @@ jobs: git config --global user.name 'GitHub Actions' git config --global user.email '[email protected]' git commit -m "Build website and document" + git checkout $BRANCH_PAGE git push -u origin $BRANCH_PAGE
