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

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b81d106830 OK
b81d106830 is described below

commit b81d106830d0c6b9577674d61e5966de574b2d30
Author: tqchen <[email protected]>
AuthorDate: Mon Sep 1 19:48:03 2025 -0400

    OK
---
 .github/workflows/update_asf_site.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.github/workflows/update_asf_site.yml 
b/.github/workflows/update_asf_site.yml
new file mode 100644
index 0000000000..0a80fa0907
--- /dev/null
+++ b/.github/workflows/update_asf_site.yml
@@ -0,0 +1,27 @@
+name: Build Jekyll Site
+
+on:
+  push:
+    branches: [main]
+  workflow_dispatch:
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+
+      - name: Set up Ruby
+        uses: ruby/setup-ruby@v1
+        with:
+          bundler-cache: true
+
+      - name: Install dependencies
+        run: |
+          bundle install
+
+      - name: Build website
+        run: |
+          ./scripts/task_deploy_asf_site.sh

Reply via email to