You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2021/08/17 18:21:59 UTC

[rocketmq-site] branch master updated (835e4fe -> ccb1a21)

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

yuzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git.


    from 835e4fe  Add new committer yuz10 (#93)
     new 03c5706  fix display issue in IE explorer
     new ccb1a21  Create main.yml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/publish-asf-site.yml |  39 +++++++++++++++++++++++++++++++++
 assets/images/about/lizhimin.jpg       | Bin 10040 -> 9180 bytes
 assets/images/about/yuz10.jpeg         | Bin 42160 -> 18661 bytes
 assets/images/about/zhangxu.png        | Bin 98030 -> 20215 bytes
 4 files changed, 39 insertions(+)
 create mode 100644 .github/workflows/publish-asf-site.yml

[rocketmq-site] 02/02: Create main.yml

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yuzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit ccb1a2167b57256a93e1c78ea6493f8e41867550
Author: yuz10 <84...@qq.com>
AuthorDate: Wed Aug 18 01:26:27 2021 +0800

    Create main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update main.yml
    
    Update and rename main.yml to publish-asf-site.yml
---
 .github/workflows/publish-asf-site.yml | 39 ++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/.github/workflows/publish-asf-site.yml b/.github/workflows/publish-asf-site.yml
new file mode 100644
index 0000000..59a58bc
--- /dev/null
+++ b/.github/workflows/publish-asf-site.yml
@@ -0,0 +1,39 @@
+name: publish-asf-site
+
+on:
+  push:
+    branches: [ master ]
+  workflow_dispatch:
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: actions/checkout@v2
+        with:
+          path: rocketmq-site
+
+      - run: |
+          cd $GITHUB_WORKSPACE/rocketmq-site/
+          sudo gem install jekyll bundler
+          bundle install
+          bundle exec jekyll build
+          git status
+
+      - uses: actions/checkout@v2
+        with:
+          ref: asf-site
+          path: asf-site
+
+      - run: |
+          cd $GITHUB_WORKSPACE/asf-site/
+          git rm -rf .
+          cp -Rf $GITHUB_WORKSPACE/rocketmq-site/. .
+          ls
+          git config --global user.email "action@github.com"
+          git config --global user.name "github-action"
+          git add .
+          git status
+          git commit -m "Latest site on successful build auto-pushed to asf-site"
+          git push

[rocketmq-site] 01/02: fix display issue in IE explorer

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yuzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit 03c57069614a36174f4c617fe93af830aff49e24
Author: yuz10 <84...@qq.com>
AuthorDate: Wed Aug 18 01:09:14 2021 +0800

    fix display issue in IE explorer
---
 assets/images/about/lizhimin.jpg | Bin 10040 -> 9180 bytes
 assets/images/about/yuz10.jpeg   | Bin 42160 -> 18661 bytes
 assets/images/about/zhangxu.png  | Bin 98030 -> 20215 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/assets/images/about/lizhimin.jpg b/assets/images/about/lizhimin.jpg
index 0883e19..d9da436 100644
Binary files a/assets/images/about/lizhimin.jpg and b/assets/images/about/lizhimin.jpg differ
diff --git a/assets/images/about/yuz10.jpeg b/assets/images/about/yuz10.jpeg
index 36d98b9..bee7585 100644
Binary files a/assets/images/about/yuz10.jpeg and b/assets/images/about/yuz10.jpeg differ
diff --git a/assets/images/about/zhangxu.png b/assets/images/about/zhangxu.png
index 8fe6386..72d7db5 100644
Binary files a/assets/images/about/zhangxu.png and b/assets/images/about/zhangxu.png differ