You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/12/13 04:44:21 UTC

[incubator-doris-website] branch master updated: Add github action for test

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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e5d198  Add github action for test
4e5d198 is described below

commit 4e5d198c43bf98dc2176814eb907e00399cb1656
Author: morningman <ch...@baidu.com>
AuthorDate: Mon Dec 13 12:44:02 2021 +0800

    Add github action for test
---
 .github/workflows/website.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
new file mode 100644
index 0000000..42d408a
--- /dev/null
+++ b/.github/workflows/website.yml
@@ -0,0 +1,18 @@
+name: Build and Deploy
+
+on: [workflow_dispatch]
+
+jobs:
+  build-and-deploy:
+    runs-on: ubuntu-latest
+    steps:
+    - name: Checkout
+      uses: actions/checkout@master
+
+    - name: Use Node.js
+      uses: actions/setup-node@v1
+      with:
+        node-version: 14.16.1
+    - name: Build
+      run: |
+        echo "ok"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org