This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/test-workflows
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 6faceda7e4e7733115096f106792e7edf1d80eed
Author: Tristan van Berkom <[email protected]>
AuthorDate: Fri Oct 16 16:21:53 2020 +0900

    Fixing merge CI to update github pages
---
 .github/workflows/merge.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 11a1fbd..c63f380 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -57,10 +57,10 @@ jobs:
 
     - name: Update repo
       run: |
-        cp -a doc/* pages/
+        cp -a docs/* pages/
         cd pages/
         git add .
-        git config --local user.email "me+nightly-ci@pony"
+        git config --local user.email "merge-ci@ponyland"
         git config --local user.name  "Github Actions Nightly Job"
         git commit -m "Update repo for docs build $GITHUB_RUN_NUMBER"
         git push 
"https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git"; gh-pages

Reply via email to