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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2f62ecf  chore: try to build website with GitHub actions
2f62ecf is described below

commit 2f62ecf400d7361c4088dfca498609e7fd01c71b
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Sat Mar 2 17:56:07 2019 +0100

    chore: try to build website with GitHub actions
    
    This adds a simple `.github/main.workflow` to see if it would be possible 
to build the website using GitHub actions.
---
 .github/main.workflow | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/main.workflow b/.github/main.workflow
new file mode 100644
index 0000000..7cf0dd2
--- /dev/null
+++ b/.github/main.workflow
@@ -0,0 +1,9 @@
+workflow "Build and publish the website" {
+  on = "push"
+  resolves = ["Build theme"]
+}
+
+action "Build theme" {
+  uses = "borales/actions-yarn@1bf615491daf339f333dcbfe4aef4337c042abd4"
+  args = "--non-interactive --frozen-lockfile --cwd antora-ui-camel"
+}

Reply via email to